Skip to content

Commit 6d1e5e0

Browse files
committed
Prepare dev release.
1 parent 0da1dcd commit 6d1e5e0

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.2 (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.1 (2024-03-14)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def read(*rnames):
6868
package_dir={'': 'src'},
6969
install_requires=[
7070
],
71-
python_requires=">=3.7, <3.13",
71+
python_requires=">=3.7, <3.14",
7272
tests_require=tests_require,
7373
extras_require={
7474
'test': tests_require,

0 commit comments

Comments
 (0)