Skip to content

Commit 0df9f45

Browse files
committed
ops: py3.14 blocked by transitive deps
Needs numba/numba#10150 released.
1 parent aca737e commit 0df9f45

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- '3.11'
2525
- '3.12'
2626
- '3.13'
27-
- '3.14'
2827

2928
steps:
3029

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
'spectroscopy',
2828
]
2929

30-
PYTHON_REQUIRES = '>=3.10,<3.15'
30+
PYTHON_REQUIRES = '>=3.10,<3.14'
3131

3232
PACKAGES = find_packages(where='src')
3333

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python =
77
3.11: py311
88
3.12: py312
99
3.13: py313, mypy, black, usort, flake8, docs
10-
3.14: py314
1110

1211
[flake8]
1312
max-line-length = 119

0 commit comments

Comments
 (0)