Test on Python 3.11 final

This commit is contained in:
Hugo van Kemenade 2022-10-25 18:32:50 +03:00 committed by GitHub
parent 0560f711c3
commit 7f3518fc1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: