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 Feb 4, 2025
1 parent 1713b39 commit 451cf04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@

.. note:: The buildout versions file for all current versions can be found at https://zopefoundation.github.io/groktoolkit/

5.2 (2024-11-08)
6.0 (unreleased)
----------------

- Drop support for Python 3.8.

5.2 (2024-11-08)
----------------

- Add support for Python 3.13.

- Drop version pins for ``twine`` and ``pkginfo`` as they are not used and we
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Zope Public License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -28,7 +27,7 @@
"Programming Language :: Python :: Implementation :: CPython",
],
zip_safe=False,
python_requires='>=3.8',
python_requires='>=3.9',
install_requires=[],
entry_points={},
packages=[],
Expand Down

0 comments on commit 451cf04

Please sign in to comment.