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