File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 3939 - ' 3.9'
4040 - ' 3.10'
4141 - ' 3.11'
42+ - ' 3.12'
4243
4344 runs-on : ${{ matrix.os }}
4445 defaults :
@@ -240,7 +241,8 @@ jobs:
240241 - ' 3.8'
241242 - ' 3.9'
242243 - ' 3.10'
243- # XXX TODO: Add 3.11 here once supported by Augur: https://github.com/nextstrain/augur/issues/1334
244+ # XXX TODO: Add 3.11 here once supported by bioconda: https://github.com/nextstrain/augur/issues/1334
245+ # XXX TODO: Add 3.12 here once supported by bioconda: https://github.com/nextstrain/augur/issues/1334
244246 runs-on : ${{ matrix.os }}
245247 defaults :
246248 run :
Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ development source code and as such may not be routinely kept up to date.
1313
1414# __ NEXT__
1515
16+ This release adds explicit (i.e. tested) support for Python version 3.12.
17+ ([ #369 ] ( https://github.com/nextstrain/cli/pull/369 ) )
18+
19+ Note that this Python version support only matters if you're installing
20+ Nextstrain CLI from PyPI or Bioconda
21+ ([ c.f.] ( https://docs.nextstrain.org/projects/cli/en/__NEXT__/installation/ ) ). It
22+ does not apply if you're installing Nextstrain CLI using the standalone
23+ installation method we recommend in the [ Nextstrain installation
24+ documentation] ( https://docs.nextstrain.org/page/install.html ) . In that case, a
25+ supported Python version is always bundled with ` nextstrain ` .
1626
1727# 8.3.0 (30 April 2024)
1828
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ def find_namespaced_packages(namespace):
7474 "Programming Language :: Python :: 3.9" ,
7575 "Programming Language :: Python :: 3.10" ,
7676 "Programming Language :: Python :: 3.11" ,
77+ "Programming Language :: Python :: 3.12" ,
7778 ],
7879
7980 # Install a "nextstrain" program which calls nextstrain.cli.__main__.main()
You can’t perform that action at this time.
0 commit comments