Skip to content

Commit

Permalink
test py3.12, selected pypy up to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Nov 15, 2023
1 parent f89c487 commit dc6b5d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.6', 'pypy-3.7']
python-version: [
'3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12',
'pypy-3.6', 'pypy-3.8', 'pypy-3.10'
]

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

0 comments on commit dc6b5d1

Please sign in to comment.