We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18511bb commit c25372aCopy full SHA for c25372a
setup.py
@@ -28,5 +28,5 @@
28
license="Creative Commons Attribution-NonCommercial-ShareAlike 4.0. https://creativecommons.org/licenses/by-nc-sa/4.0/",
29
packages=find_packages("src"),
30
package_dir={"": "src"},
31
- python_requires=">=3.8",
+ python_requires=">=3.9",
32
)
0 commit comments