Skip to content

Commit f13a57b

Browse files
committed
ops: update python versions
1 parent cd26a47 commit f13a57b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
strategy:
2121
matrix:
2222
python_version:
23-
- '3.9'
2423
- '3.10'
2524
- '3.11'
2625
- '3.12'
2726
- '3.13'
27+
- '3.14'
2828

2929
steps:
3030

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.9,<3.14'
30+
PYTHON_REQUIRES = '>=3.10,<3.15'
3131

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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ env_list = clean, py313, mypy, black, usort, flake8, docs
33

44
[gh-actions]
55
python =
6-
3.9: py39
76
3.10: py310
87
3.11: py311
98
3.12: py312
109
3.13: py313, mypy, black, usort, flake8, docs
10+
3.14: py314
1111

1212
[flake8]
1313
max-line-length = 119

0 commit comments

Comments
 (0)