Skip to content

Commit d9b623e

Browse files
committed
Prepare final release.
1 parent 97d96b0 commit d9b623e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGES.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Changes
44
7.1 (unreleased)
55
----------------
66

7-
- Allow to use the package with Python 3.13 -- Caution: No security
8-
audit has been done so far.
9-
107
- Add support for the matmul (``@``) operator.
118

129

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.14",
71+
python_requires=">=3.7, <3.13",
7272
tests_require=tests_require,
7373
extras_require={
7474
'test': tests_require,

0 commit comments

Comments
 (0)