Skip to content

Commit

Permalink
Include Python 3.11 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Nov 29, 2022
1 parent 53b242c commit 5c2924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.7, 3.8, 3.9, "3.10"]
python: [3.7, 3.8, 3.9, "3.10", "3.11"]

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

0 comments on commit 5c2924e

Please sign in to comment.