Skip to content

Commit

Permalink
support Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Dec 23, 2022
1 parent 9ef8594 commit 9bfa2fd
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 315 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 'pypy-3.8']
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', '3.11', 'pypy-3.8']

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

0 comments on commit 9bfa2fd

Please sign in to comment.