Skip to content

Commit 7c70d36

Browse files
committed
skip python 3.9
1 parent 6f37d1b commit 7c70d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
"Operating System :: OS Independent",
5050
"Programming Language :: Python",
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.9",
5352
"Programming Language :: Python :: 3.10",
5453
"Programming Language :: Python :: 3.11",
54+
"Programming Language :: Python :: 3.12",
5555
"Topic :: Scientific/Engineering :: GIS",
5656
],
5757
"install_requires": INSTALL_REQUIRES,
5858
"extras_require": dict(
5959
dev=DEV_REQUIRES,
6060
),
61-
"python_requires": ">=3.9,<4",
61+
"python_requires": ">=3.10,<4",
6262
"packages": find_packages(exclude=["docs", "tests.*", "tests"]),
6363
"include_package_data": True,
6464
"scripts": [],

0 commit comments

Comments
 (0)