Skip to content

Commit 5007d54

Browse files
authored
Update index.html
1 parent 2682ecf commit 5007d54

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

cfml/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
</head>
66
<body>
77
<h1>Links for CFML</h1>
8-
<!--<a href="https://github.com/easyScience/CFML_builder/releases/download/CurrentBuild/CFML-0.0.1-cp36-cp36m-win_amd64.whl" data-requires-python="==3.6">CFML-0.0.1-cp36-cp36m-win_amd64</a><br/>-->
9-
<a href="https://github.com/easyScience/CFML_builder/releases/download/CurrentBuild/CFML-0.0.1-cp36-cp36m-win_amd64.whl" data-requires-python="&gt=3.6,&lt3.7">CFML-0.0.1-cp36-cp36m-win_amd64</a><br/>
10-
<a href="https://github.com/easyScience/CFML_builder/releases/download/CurrentBuild/CFML-0.0.1-cp37-cp37m-win_amd64.whl" data-requires-python="&gt=3.7,&lt3.8">CFML-0.0.1-cp37-cp37m-win_amd64</a><br/>
11-
<a href="https://github.com/easyScience/CFML_builder/releases/download/CurrentBuild/CFML-0.0.1-cp38-cp38m-win_amd64.whl" data-requires-python="&gt=3.8,&lt3.9">CFML-0.0.1-cp38-cp38m-win_amd64</a><br/>
12-
<a href="https://github.com/easyScience/CFML_builder/releases/download/CurrentBuild/CFML-0.0.1-cp39-cp39m-win_amd64.whl" data-requires-python="&gt=3.9,&lt3.10">CFML-0.0.1-cp39-cp39m-win_amd64</a><br/>
13-
<a href="https://github.com/easyScience/CFML_builder/releases/download/CurrentBuild/CFML-0.0.1-py3-none-macosx_10_13_x86_64.whl">CFML-0.0.1-py3-none-macosx_10_13_x86_64</a><br/>
14-
<a href="https://github.com/easyScience/CFML_builder/releases/download/CurrentBuild/CFML-0.0.1-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl">CFML-0.0.1-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64</a><br/>
8+
<a href="https://github.com/easyScience/pypi/releases/download/CFML/CFML-0.0.1-cp36-cp36m-win_amd64.whl" data-requires-python="&gt=3.6,&lt3.7">CFML-0.0.1-cp36-cp36m-win_amd64</a><br/>
9+
<a href="https://github.com/easyScience/pypi/releases/download/CFML/CFML-0.0.1-cp37-cp37m-win_amd64.whl" data-requires-python="&gt=3.7,&lt3.8">CFML-0.0.1-cp37-cp37m-win_amd64</a><br/>
10+
<a href="https://github.com/easyScience/pypi/releases/download/CFML/CFML-0.0.1-cp38-cp38m-win_amd64.whl" data-requires-python="&gt=3.8,&lt3.9">CFML-0.0.1-cp38-cp38m-win_amd64</a><br/>
11+
<a href="https://github.com/easyScience/pypi/releases/download/CFML/CFML-0.0.1-cp39-cp39m-win_amd64.whl" data-requires-python="&gt=3.9,&lt3.10">CFML-0.0.1-cp39-cp39m-win_amd64</a><br/>
12+
<a href="https://github.com/easyScience/pypi/releases/download/CFML/CFML-0.0.1-py3-none-macosx_10_13_x86_64.whl">CFML-0.0.1-py3-none-macosx_10_13_x86_64</a><br/>
13+
<a href="https://github.com/easyScience/pypi/releases/download/CFML/CFML-0.0.1-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl">CFML-0.0.1-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64</a><br/>
1514

1615
</body>
1716
</html>

0 commit comments

Comments
 (0)