Enable Python 3.12 in CI (#260)

It's been out for a while. The change is needed to make sure we
don't become unwillingly incompatible.
This commit is contained in:
Jakub Stasiak 2024-07-08 00:30:09 +02:00 committed by GitHub
parent 8e61d47a7a
commit 541827c78b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9, "3.10", "3.11", "pypy3.8", "pypy3.9", "pypy3.10"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}