Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Sep 30, 2024
1 parent d701cc3 commit 1087c68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Changes
7.3 (unreleased)
----------------

- Allow to use the package with Python 3.13 -- Caution: No security
audit has been done so far.
- Increase the safety level of ``safer_getattr`` allowing applications to use
it as ``getattr`` implementation. Such use should now follow the same policy
and give the same level of protection as direct attribute access in an
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read(*rnames):
packages=find_packages('src'),
package_dir={'': 'src'},
install_requires=[],
python_requires=">=3.7, <3.14",
python_requires=">=3.7, <3.13",
extras_require={
'test': tests_require,
'docs': ['Sphinx', 'sphinx_rtd_theme'],
Expand Down

0 comments on commit 1087c68

Please sign in to comment.