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.
requires-python
1 parent 9761c0d commit 067000aCopy full SHA for 067000a
pyproject.toml
@@ -17,15 +17,15 @@ authors = [
17
{ name = "ArangoDB" },
18
]
19
license = { text = "Apache 2.0" }
20
-requires-python = ">=3.9"
+requires-python = ">=3.10"
21
classifiers = [
22
"Development Status :: 3 - Alpha",
23
"License :: OSI Approved :: Apache Software License",
24
"Programming Language :: Python",
25
"Programming Language :: Python :: 3",
26
- "Programming Language :: Python :: 3.9",
27
"Programming Language :: Python :: 3.10",
28
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
29
"Programming Language :: Python :: 3 :: Only",
30
"Intended Audience :: Developers",
31
"Topic :: Software Development :: Libraries :: Python Modules",
0 commit comments