We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f37d1b commit 7c70d36Copy full SHA for 7c70d36
setup.py
@@ -49,16 +49,16 @@
49
"Operating System :: OS Independent",
50
"Programming Language :: Python",
51
"Programming Language :: Python :: 3",
52
- "Programming Language :: Python :: 3.9",
53
"Programming Language :: Python :: 3.10",
54
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
55
"Topic :: Scientific/Engineering :: GIS",
56
],
57
"install_requires": INSTALL_REQUIRES,
58
"extras_require": dict(
59
dev=DEV_REQUIRES,
60
),
61
- "python_requires": ">=3.9,<4",
+ "python_requires": ">=3.10,<4",
62
"packages": find_packages(exclude=["docs", "tests.*", "tests"]),
63
"include_package_data": True,
64
"scripts": [],
0 commit comments