mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-04-10 13:11:51 +00:00
chore: mark compatibility with python 3.12
This commit is contained in:
parent
1c31d30e66
commit
44e912b239
1
setup.py
1
setup.py
@ -72,6 +72,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
|
"Programming Language :: Python :: 3.12",
|
||||||
],
|
],
|
||||||
test_suite="tests",
|
test_suite="tests",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user