Skip to content

Commit c55701c

Browse files
PPsyriusarkid15r
andauthored
Add Python 3.14 (beta) to CI/CD (#2650)
Co-authored-by: Arkadii Yakovets <[email protected]> Co-authored-by: Arkadii Yakovets <[email protected]>
1 parent b711c8a commit c55701c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
- '3.11'
8585
- '3.12'
8686
- '3.13'
87+
- '3.14'
8788
steps:
8889
- name: Check out repository
8990
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coverage==7.9.2
44
importlib-metadata==8.7.0; python_version < '3.10'
55
numpy<2.1.0; python_version < '3.10'
66
numpy==2.2.6; python_version == '3.10'
7-
numpy==2.3.0; python_version >= '3.11'
7+
numpy==2.3.2; python_version >= '3.11'
88
polib==1.2.0
99
pytest-cov==6.2.1
1010
pytest-xdist==3.8.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires =
44
env_list =
55
docs
66
pre-commit
7-
python3.{13, 12, 11, 10, 9}
7+
python3.{14, 13, 12, 11, 10, 9}
88
skip_missing_interpreters = true
99

1010
[testenv]

0 commit comments

Comments
 (0)