Skip to content

Commit

Permalink
Drop Python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Sep 4, 2022
1 parent 5b05711 commit ce514b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifier =
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -42,7 +41,7 @@ keywords =
task

[options]
python_requires = >=3.7
python_requires = >=3.8
include_package_data = True
packages = joeflow
install_requires =
Expand Down

0 comments on commit ce514b2

Please sign in to comment.