We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d5b74 commit d0e97cdCopy full SHA for d0e97cd
CHANGES.rst
@@ -4,7 +4,8 @@ Changes
4
7.3 (unreleased)
5
----------------
6
7
-- Nothing changed yet.
+- Allow to use the package with Python 3.13 -- Caution: No security
8
+ audit has been done so far.
9
10
11
7.2 (2024-08-02)
setup.py
@@ -65,7 +65,7 @@ def read(*rnames):
65
packages=find_packages('src'),
66
package_dir={'': 'src'},
67
install_requires=[],
68
- python_requires=">=3.7, <3.13",
+ python_requires=">=3.7, <3.14",
69
extras_require={
70
'test': tests_require,
71
'docs': ['Sphinx', 'sphinx_rtd_theme'],
0 commit comments