Skip to content

Commit

Permalink
Test on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kjd committed May 8, 2023
1 parent 0bf27fe commit c15885f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ jobs:
build:
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.9']
python-version:
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- pypy-3.9
include:
- python-version: 3.5
os: ubuntu-20.04
Expand Down

0 comments on commit c15885f

Please sign in to comment.