Skip to content

Commit

Permalink
feat: support python 3.11 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed May 18, 2023
1 parent 616daae commit 61547d3
Show file tree
Hide file tree
Showing 4 changed files with 902 additions and 743 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
include:
- os: macos-latest
python-version: "3.10.10"
Expand Down
Loading

0 comments on commit 61547d3

Please sign in to comment.