Skip to content

Commit ce514b2

Browse files
committed
Drop Python 3.7 support
1 parent 5b05711 commit ce514b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ classifier =
1919
License :: OSI Approved :: BSD License
2020
Operating System :: OS Independent
2121
Programming Language :: Python :: 3
22-
Programming Language :: Python :: 3.7
2322
Programming Language :: Python :: 3.8
2423
Programming Language :: Python :: 3.9
2524
Programming Language :: Python :: 3.10
@@ -42,7 +41,7 @@ keywords =
4241
task
4342

4443
[options]
45-
python_requires = >=3.7
44+
python_requires = >=3.8
4645
include_package_data = True
4746
packages = joeflow
4847
install_requires =

0 commit comments

Comments
 (0)