Skip to content

Commit

Permalink
update setup.py metadata to reflect CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTango committed Nov 11, 2024
1 parent 034fc62 commit fc9cba2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"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 :: Implementation :: CPython",
"Development Status :: 5 - Production/Stable",
"Framework :: Plone",
Expand All @@ -55,7 +54,7 @@
namespace_packages=["bobtemplates"],
include_package_data=True,
zip_safe=False,
python_requires=">=3.7",
python_requires=">=3.9",
install_requires=[
"setuptools",
"mr.bob",
Expand Down

0 comments on commit fc9cba2

Please sign in to comment.