Trying python3.12 in CI/CD tests

This commit is contained in:
Miroslav Stampar
2024-05-09 18:42:30 +02:00
parent 3cc19816cc
commit 507c719bef
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ 'pypy-2.7', '3.11' ]
python-version: [ 'pypy-2.7', '3.12' ]
exclude:
- os: macos-latest
python-version: 'pypy-2.7'