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 97d96b0 commit d9b623eCopy full SHA for d9b623e
CHANGES.rst
@@ -4,9 +4,6 @@ Changes
4
7.1 (unreleased)
5
----------------
6
7
-- Allow to use the package with Python 3.13 -- Caution: No security
8
- audit has been done so far.
9
-
10
- Add support for the matmul (``@``) operator.
11
12
setup.py
@@ -68,7 +68,7 @@ def read(*rnames):
68
package_dir={'': 'src'},
69
install_requires=[
70
],
71
- python_requires=">=3.7, <3.14",
+ python_requires=">=3.7, <3.13",
72
tests_require=tests_require,
73
extras_require={
74
'test': tests_require,
0 commit comments