Skip to content

Commit bc833bf

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Add python 3.14 to e3 repositories gitlab CIs See merge request it/e3-aws!99
2 parents 59533f8 + b1ffe0a commit bc833bf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ variables:
88
- "3.11"
99
- "3.12"
1010
- "3.13"
11-
value: "3.13"
11+
- "3.14"
12+
value: "3.14"
1213
LINUX_CI_TOX_ENV:
1314
# Run coverage only with one Python version as this is costly.
1415
description: "Tox environments to run on Linux."
15-
value: "py311-xdist,py312-xdist,py313-cov-xdist"
16+
value: "py311-xdist,py312-xdist,py313-xdist,py314-cov-xdist"
1617
WINDOWS_CI_TOX_ENV:
1718
description: "Tox environments to run on Windows."
18-
value: "py312-xdist"
19+
value: "py313-xdist"
1920

2021
stages:
2122
- checks

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py312-cov-xdist,
3+
py313-cov-xdist,
44
check
55
isolated_build=True
66

0 commit comments

Comments
 (0)