We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802bca0 commit 7af0069Copy full SHA for 7af0069
setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="enochecker3",
12
- version="0.7.1",
+ version="0.8.0",
13
author="ldruschk",
14
author_email="[email protected]",
15
description="FastAPI based library for building async python checkers for the EnoEngine A/D CTF Framework",
@@ -35,6 +35,7 @@
35
"Programming Language :: Python :: 3.8",
36
"Programming Language :: Python :: 3.9",
37
"Programming Language :: Python :: 3.10",
38
+ "Programming Language :: Python :: 3.11",
39
],
40
zip_safe=False, # This might be needed for requirements.txt
41
python_requires=">=3.7",
0 commit comments