Add support for python 3.12 (#2572)

This commit is contained in:
Riccardo Magliocchetti
2024-06-10 21:49:10 +02:00
committed by GitHub
parent 97621523b8
commit ab0ea0e0f9
66 changed files with 149 additions and 75 deletions

View File

@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
[project.urls]