Add Python 3.12 and missing pypy-3.10, pypy-3.11

This commit is contained in:
Peter Bieringer 2024-03-05 20:48:45 +01:00
parent 363be35e61
commit 78a5813831

View file

@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', pypy-3.7, pypy-3.8, pypy-3.9]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11, pypy-3.12]
exclude:
- os: windows-latest
python-version: pypy-3.7