Skip to content

Commit c25372a

Browse files
committed
3.8 no longer supported
1 parent 18511bb commit c25372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
license="Creative Commons Attribution-NonCommercial-ShareAlike 4.0. https://creativecommons.org/licenses/by-nc-sa/4.0/",
2929
packages=find_packages("src"),
3030
package_dir={"": "src"},
31-
python_requires=">=3.8",
31+
python_requires=">=3.9",
3232
)

0 commit comments

Comments
 (0)