Update python versions

This commit is contained in:
Dain Nilsson 2024-03-04 11:01:01 +01:00
parent 54569a37cc
commit 7179b439d3
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9']
architecture: [x86, x64]
exclude:
- os: ubuntu-latest