Skip to content

Commit

Permalink
Add Python 3.10 to tested CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed May 26, 2023
1 parent ba7d328 commit a3da199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
test:
strategy:
matrix:
python-version: ["3.8", "3.9"]
python-version: ["3.8", "3.9", "3.10"]
mongodb-version: ['4.0']

runs-on: ubuntu-latest
Expand Down

0 comments on commit a3da199

Please sign in to comment.