We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b05711 commit ce514b2Copy full SHA for ce514b2
setup.cfg
@@ -19,7 +19,6 @@ classifier =
19
License :: OSI Approved :: BSD License
20
Operating System :: OS Independent
21
Programming Language :: Python :: 3
22
- Programming Language :: Python :: 3.7
23
Programming Language :: Python :: 3.8
24
Programming Language :: Python :: 3.9
25
Programming Language :: Python :: 3.10
@@ -42,7 +41,7 @@ keywords =
42
41
task
43
44
[options]
45
-python_requires = >=3.7
+python_requires = >=3.8
46
include_package_data = True
47
packages = joeflow
48
install_requires =
0 commit comments