We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99c061 commit c8cae1eCopy full SHA for c8cae1e
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12"]
15
os: [ubuntu-latest]
16
runs-on: ${{ matrix.os }}
17
env:
pyproject.toml
@@ -22,12 +22,11 @@ classifiers=[
22
"Operating System :: OS Independent",
23
"Programming Language :: Python :: 3.11",
24
"Programming Language :: Python :: 3.12",
25
- "Programming Language :: Python :: 3.13",
26
"Programming Language :: Python :: Implementation :: CPython",
27
"Topic :: Scientific/Engineering",
28
"Topic :: Scientific/Engineering :: Mathematics",
29
]
30
-requires-python = ">= 3.11,<3.14"
+requires-python = ">= 3.11,<3.13"
31
dependencies = [
32
"numpy",
33
"torch",
0 commit comments