Skip to content

Commit

Permalink
Add support for python 3.11 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentS authored Nov 8, 2022
1 parent d916d50 commit ed58c6b
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 225 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_tap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ORG_LEVEL_TOKEN: ${{secrets.ORG_LEVEL_TOKEN}}
strategy:
matrix:
python-version: ["3.10", 3.9, 3.8, 3.7]
python-version: [3.11, "3.10", 3.9, 3.8, 3.7]
# run the matrix jobs one after the other so they can benefit from caching
max-parallel: 1

Expand Down
Loading

0 comments on commit ed58c6b

Please sign in to comment.