Skip to content

Commit

Permalink
Update Python version support.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jul 15, 2024
1 parent 455efd0 commit 5463d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(*rnames):
include_package_data=True,
package_dir={'': 'src'},
namespace_packages=['zc', 'zc.recipe'],
python_requires='>=3.7',
python_requires='>=3.8',
extras_require={
'test': ['zope.testing'],
},
Expand All @@ -55,11 +55,11 @@ def read(*rnames):
"License :: OSI Approved :: Zope Public License",
"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",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Build Tools",
Expand Down

0 comments on commit 5463d2d

Please sign in to comment.