Skip to content

Commit

Permalink
Actually drop python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal committed Nov 11, 2024
1 parent f8bb159 commit a32e603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def walk_subpkg(name):
platforms="any",
packages=packages,
package_data=package_data,
python_requires=">=3.8",
python_requires=">=3.9",
extras_require={"testing": ["pytest"]},
install_requires=install_requires,
zip_safe=False,
Expand Down

0 comments on commit a32e603

Please sign in to comment.