Skip to content

Commit

Permalink
Explicitly support Python 3.11
Browse files Browse the repository at this point in the history
Add the PyPI Trove classifier and test in CI.

Can't run test-dist for reasons similar to 02af3a1.
  • Loading branch information
victorlin committed Nov 7, 2023
1 parent 87ca344 commit 39c422a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'

runs-on: ${{ matrix.os }}
defaults:
Expand Down Expand Up @@ -214,6 +215,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
# XXX TODO: Add 3.11 here once supported by Augur: https://github.com/nextstrain/augur/issues/1334
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def find_namespaced_packages(namespace):
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],

# Install a "nextstrain" program which calls nextstrain.cli.__main__.main()
Expand Down

0 comments on commit 39c422a

Please sign in to comment.