Skip to content

Commit 067000a

Browse files
committed
fix: requires-python
1 parent 9761c0d commit 067000a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ authors = [
1717
{ name = "ArangoDB" },
1818
]
1919
license = { text = "Apache 2.0" }
20-
requires-python = ">=3.9"
20+
requires-python = ">=3.10"
2121
classifiers = [
2222
"Development Status :: 3 - Alpha",
2323
"License :: OSI Approved :: Apache Software License",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3",
26-
"Programming Language :: Python :: 3.9",
2726
"Programming Language :: Python :: 3.10",
2827
"Programming Language :: Python :: 3.11",
28+
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3 :: Only",
3030
"Intended Audience :: Developers",
3131
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)