Skip to content

Commit e8d1ad6

Browse files
committed
Revert "Prepare release."
This reverts commit 1087c68.
1 parent d2164b2 commit e8d1ad6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Changes
1010
7.3 (2024-09-30)
1111
----------------
1212

13+
- Allow to use the package with Python 3.13 -- Caution: No security
14+
audit has been done so far.
1315
- Increase the safety level of ``safer_getattr`` allowing applications to use
1416
it as ``getattr`` implementation. Such use should now follow the same policy
1517
and give the same level of protection as direct attribute access in an

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def read(*rnames):
6565
packages=find_packages('src'),
6666
package_dir={'': 'src'},
6767
install_requires=[],
68-
python_requires=">=3.7, <3.13",
68+
python_requires=">=3.7, <3.14",
6969
extras_require={
7070
'test': tests_require,
7171
'docs': ['Sphinx', 'sphinx_rtd_theme'],

0 commit comments

Comments
 (0)