Merge pull request #416 from pylast/test-3.11-final
Test on Python 3.11 final
This commit is contained in:
commit
ce76c03581
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
|
||||
python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11"]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue