Skip to content

Commit

Permalink
include python 3.11 in CI (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed May 24, 2023
1 parent 2001de7 commit d138880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
include:
- python-version: "3.10"
coverage: true
Expand Down

0 comments on commit d138880

Please sign in to comment.