Add Python 3.12 support in GitHub Actions and project configurations

This commit is contained in:
Nachtalb 2023-11-03 20:47:53 +01:00
parent 548c857646
commit ea18972a6b
No known key found for this signature in database
GPG key ID: FB8B6CA09AE73612
2 changed files with 4 additions and 2 deletions

View file

@ -33,6 +33,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- 'pypy3.8'
- 'pypy3.9'