Skip to content

Commit 14d2654

Browse files
committed
skip python 3.8
1 parent ef98d43 commit 14d2654

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"Operating System :: OS Independent",
5050
"Programming Language :: Python",
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.8",
5352
"Programming Language :: Python :: 3.9",
5453
"Programming Language :: Python :: 3.10",
5554
"Programming Language :: Python :: 3.11",
@@ -59,7 +58,7 @@
5958
"extras_require": dict(
6059
dev=DEV_REQUIRES,
6160
),
62-
"python_requires": ">=3.8,<4",
61+
"python_requires": ">=3.9,<4",
6362
"packages": find_packages(exclude=["docs", "tests.*", "tests"]),
6463
"include_package_data": True,
6564
"scripts": [],

0 commit comments

Comments
 (0)