Skip to content

Commit

Permalink
CI: Enable Python 3.10 testing
Browse files Browse the repository at this point in the history
The test environment can now be set up properly.
  • Loading branch information
victorlin committed Nov 18, 2023
1 parent 100f2f5 commit ea0b766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
python:
- '3.8'
- '3.9'
# XXX TODO: Add 3.10 here once supported by Conda/Bioconda/Conda Forge.
- '3.10'
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit ea0b766

Please sign in to comment.