Skip to content

Commit

Permalink
Drop support for Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jun 5, 2024
1 parent c514525 commit fcedb47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"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 @@ -61,7 +60,7 @@
"Topic :: Text Processing :: Markup",
],
keywords='DTML template zope HTML SQL web markup',
python_requires='>=3.7',
python_requires='>=3.8',
install_requires=[
'AccessControl >= 4.0a5',
'Acquisition',
Expand Down

0 comments on commit fcedb47

Please sign in to comment.