Skip to content

Commit 6e6cd68

Browse files
committed
CI: Enable Python 3.10 testing of Conda package
This works now.
1 parent 164f3ef commit 6e6cd68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
python:
214214
- '3.8'
215215
- '3.9'
216-
# XXX TODO: Add 3.10 here once supported by Conda/Bioconda/Conda Forge.
216+
- '3.10'
217217
runs-on: ${{ matrix.os }}
218218
defaults:
219219
run:

0 commit comments

Comments
 (0)