File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 447.3 (unreleased)
55----------------
66
7- - Allow to use the package with Python 3.13 -- Caution: No security
8- audit has been done so far.
97- Increase the safety level of ``safer_getattr `` allowing applications to use
108 it as ``getattr `` implementation. Such use should now follow the same policy
119 and give the same level of protection as direct attribute access in an
Original file line number Diff line number Diff 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.14 " ,
68+ python_requires = ">=3.7, <3.13 " ,
6969 extras_require = {
7070 'test' : tests_require ,
7171 'docs' : ['Sphinx' , 'sphinx_rtd_theme' ],
You can’t perform that action at this time.
0 commit comments