Skip to content

Commit b742166

Browse files
authored
Actually drop python 3.8 (#2031)
1 parent f8bb159 commit b742166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def walk_subpkg(name):
6565
platforms="any",
6666
packages=packages,
6767
package_data=package_data,
68-
python_requires=">=3.8",
68+
python_requires=">=3.9",
6969
extras_require={"testing": ["pytest"]},
7070
install_requires=install_requires,
7171
zip_safe=False,

0 commit comments

Comments
 (0)