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 9020611 commit ae0863eCopy full SHA for ae0863e
.github/workflows/run_unit_tests.yml
@@ -19,7 +19,8 @@ jobs:
19
"3.10",
20
"3.11",
21
"3.12",
22
- "3.13"
+ "3.13",
23
+ "3.14"
24
]
25
26
steps:
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
30
31
dependencies = [
32
"numpy>=1.19",
0 commit comments