Skip to content

Commit

Permalink
Merge pull request #798 from danielballan/ci-py311
Browse files Browse the repository at this point in the history
Add Python 3.11 to CI test matrix.
  • Loading branch information
danielballan authored Feb 5, 2024
2 parents 3f46a46 + 74cb834 commit df1b701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- 27017:27017
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps:

Expand Down

0 comments on commit df1b701

Please sign in to comment.