Skip to content

Commit

Permalink
remove python 3.7 from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel committed Feb 29, 2024
1 parent eddbf1e commit 61fa304
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ def locked_requirements(section):
DEVELOPMENT_STATUS,
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9'
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',

],
install_requires=locked_requirements('default'),
tests_require=locked_requirements('develop'),
Expand Down

0 comments on commit 61fa304

Please sign in to comment.