Skip to content

Commit

Permalink
PR #330: Add testing on python 3.11 @nikolas
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchen committed Jun 27, 2023
2 parents 602f068 + 3f8ffb3 commit e3f6aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 4
matrix:
# use quotes around 3.10, 3.10 as float convert to 3.1
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e3f6aea

Please sign in to comment.