You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/devdoc/release.rst.txt
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Once the release is created on GitHub, it's a good idea to test out the release
70
70
71
71
1. Create a new ``conda`` environment for testing (fill in a name for ``<environment>``)::
72
72
73
-
conda create -n <environment> python=3.9 numpy
73
+
conda create -n <environment> python=3.10 numpy
74
74
conda activate <environment>
75
75
76
76
2. Install the release tarball from GitHub and run the tests::
@@ -119,7 +119,7 @@ You'll need to have ``conda-build`` and ``anaconda-client`` installed to perform
119
119
Due to its C extensions, releasing scikit-bio packages for different platforms will require you to perform the following steps on each of those platforms. For example, an ``osx-64`` package will need to be built on OS X, and a ``linux-64`` package will need to be built on 64-bit Linux. These steps will be the same on all platforms, so you should repeat them for every platform you want to release for::
120
120
121
121
conda skeleton pypi scikit-bio
122
-
conda build scikit-bio --python 3.9
122
+
conda build scikit-bio --python 3.10
123
123
124
124
When building 64-bit Linux packages, it is recommended that you use conda-forge's ``linux-anvil``` Docker image. This ensures a consistent Linux build environment that has an old enough version of `libc` to be compatible on most Linux systems. To start up a ``linux-anvil`` Docker container::
125
125
@@ -128,15 +128,15 @@ When building 64-bit Linux packages, it is recommended that you use conda-forge'
128
128
sed -i '/conda-forge/d' ~/.condarc
129
129
# Run the build commands from above
130
130
131
-
At this stage you have built Python 3.9 packages. The absolute path to the packages will be provided as output from each ``conda build`` commands. You should now create conda environments for each, and run the tests as described above. You can install these local package as follows::
131
+
At this stage you have built Python 3.10 packages. The absolute path to the packages will be provided as output from each ``conda build`` commands. You should now create conda environments for each, and run the tests as described above. You can install these local package as follows::
132
132
133
133
conda install --use-local scikit-bio
134
134
135
135
If the tests pass, you're ready to upload::
136
136
137
137
anaconda upload -u biocore <package-filepath>
138
138
139
-
``<package-filepath>`` should be replaced with the path to the package that was was created above. Repeat this for each package you created (here, the Python 3.9 package).
139
+
``<package-filepath>`` should be replaced with the path to the package that was was created above. Repeat this for each package you created (here, the Python 3.10 package).
140
140
141
141
After uploading, you should create new environments for every package you uploaded, install scikit-bio from each package, and re-run the tests. You can install the packages you uploaded as follows::
Copy file name to clipboardExpand all lines: _sources/install.rst.txt
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Scikit-bio runs on Linux, macOS, and Windows. It is currently available for the
15
15
Python
16
16
^^^^^^
17
17
18
-
scikit-bio requires `Python <https://www.python.org/>`_ 3.9 or later installed in your system. See the `Python version support`_ section for more details.
18
+
scikit-bio requires `Python <https://www.python.org/>`_ 3.10 or later installed in your system. See the `Python version support`_ section for more details.
Copy file name to clipboardExpand all lines: devdoc/release.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -514,7 +514,7 @@ <h2>Tag the release<a class="headerlink" href="#tag-the-release" title="Link to
514
514
<p>Once the release is created on GitHub, it’s a good idea to test out the release tarball before publishing to PyPI:</p>
515
515
<olclass="arabic">
516
516
<li><p>Create a new <codeclass="docutils literal notranslate"><spanclass="pre">conda</span></code> environment for testing (fill in a name for <codeclass="docutils literal notranslate"><spanclass="pre"><environment></span></code>):</p>
@@ -573,7 +573,7 @@ <h2>Publish the release<a class="headerlink" href="#publish-the-release" title="
573
573
</div>
574
574
<p>Due to its C extensions, releasing scikit-bio packages for different platforms will require you to perform the following steps on each of those platforms. For example, an <codeclass="docutils literal notranslate"><spanclass="pre">osx-64</span></code> package will need to be built on OS X, and a <codeclass="docutils literal notranslate"><spanclass="pre">linux-64</span></code> package will need to be built on 64-bit Linux. These steps will be the same on all platforms, so you should repeat them for every platform you want to release for:</p>
<p>When building 64-bit Linux packages, it is recommended that you use conda-forge’s <codeclass="docutils literal notranslate"><spanclass="pre">linux-anvil`</span></code> Docker image. This ensures a consistent Linux build environment that has an old enough version of <cite>libc</cite> to be compatible on most Linux systems. To start up a <codeclass="docutils literal notranslate"><spanclass="pre">linux-anvil</span></code> Docker container:</p>
@@ -583,15 +583,15 @@ <h2>Publish the release<a class="headerlink" href="#publish-the-release" title="
583
583
<spanclass="c1"># Run the build commands from above</span>
584
584
</pre></div>
585
585
</div>
586
-
<p>At this stage you have built Python 3.9 packages. The absolute path to the packages will be provided as output from each <codeclass="docutils literal notranslate"><spanclass="pre">conda</span><spanclass="pre">build</span></code> commands. You should now create conda environments for each, and run the tests as described above. You can install these local package as follows:</p>
586
+
<p>At this stage you have built Python 3.10 packages. The absolute path to the packages will be provided as output from each <codeclass="docutils literal notranslate"><spanclass="pre">conda</span><spanclass="pre">build</span></code> commands. You should now create conda environments for each, and run the tests as described above. You can install these local package as follows:</p>
<p><codeclass="docutils literal notranslate"><spanclass="pre"><package-filepath></span></code> should be replaced with the path to the package that was was created above. Repeat this for each package you created (here, the Python 3.9 package).</p>
594
+
<p><codeclass="docutils literal notranslate"><spanclass="pre"><package-filepath></span></code> should be replaced with the path to the package that was was created above. Repeat this for each package you created (here, the Python 3.10 package).</p>
595
595
<p>After uploading, you should create new environments for every package you uploaded, install scikit-bio from each package, and re-run the tests. You can install the packages you uploaded as follows:</p>
Copy file name to clipboardExpand all lines: install.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -454,7 +454,7 @@ <h3>Platform<a class="headerlink" href="#platform" title="Link to this heading">
454
454
</section>
455
455
<sectionid="python">
456
456
<h3>Python<aclass="headerlink" href="#python" title="Link to this heading">#</a></h3>
457
-
<p>scikit-bio requires <aclass="reference external" href="https://www.python.org/">Python</a> 3.9 or later installed in your system. See the <aclass="reference internal" href="#python-version-support">Python version support</a> section for more details.</p>
457
+
<p>scikit-bio requires <aclass="reference external" href="https://www.python.org/">Python</a> 3.10 or later installed in your system. See the <aclass="reference internal" href="#python-version-support">Python version support</a> section for more details.</p>
0 commit comments