Skip to content

Commit

Permalink
- Add final support for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 9, 2024
1 parent ae249a3 commit 456e88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ For changes before version 3.0, see ``HISTORY.rst``.
7.1 (unreleased)
----------------

- Add final support for Python 3.13.


7.0 (2024-05-30)
----------------
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: CPython',
],
ext_modules=ext_modules,
Expand All @@ -75,7 +76,7 @@
'DateTime', # optional dependency of RestrictedPython
'ExtensionClass >= 4.2.1',
'Persistence >= 3.0a3',
'RestrictedPython >= 5.1',
'RestrictedPython >= 7.4',
'transaction',
'zExceptions',
'zope.component',
Expand Down

0 comments on commit 456e88c

Please sign in to comment.