Skip to content

Commit d0e97cd

Browse files
committed
Allow to use the package with Python 3.13.
1 parent c5d5b74 commit d0e97cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Changes
44
7.3 (unreleased)
55
----------------
66

7-
- Nothing changed yet.
7+
- Allow to use the package with Python 3.13 -- Caution: No security
8+
audit has been done so far.
89

910

1011
7.2 (2024-08-02)

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)