Skip to content

Commit e6600e4

Browse files
committed
Merge branch 'automatic-merge' into 'master'
Remove python 3.9 and python 3.10 testing See merge request it/e3-aws!41
2 parents 5ce15a5 + c84c38b commit e6600e4

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ variables:
55
LATEST_PYTHON:
66
description: "The latest python version used to test this project."
77
options:
8-
- "3.9"
9-
- "3.10"
108
- "3.11"
119
- "3.12"
1210
- "3.13"
1311
value: "3.13"
1412
LINUX_CI_TOX_ENV:
1513
# Run coverage only with one Python version as this is costly.
1614
description: "Tox environments to run on Linux."
17-
value: "py39-cov-xdist,py310-xdist,py311-xdist,py312-xdist,py313-xdist"
15+
value: "py311-xdist,py312-xdist,py313-xdist"
1816
WINDOWS_CI_TOX_ENV:
1917
description: "Tox environments to run on Windows."
2018
value: "py312-xdist"

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ setenv =
1818
# Set COVERAGE_CORE only for Python >= 3.12
1919
COVERAGE_CORE=sysmon
2020
py311: COVERAGE_CORE=
21-
py310: COVERAGE_CORE=
22-
py39: COVERAGE_CORE=
2321

2422
# Run testsuite with coverage when '-cov' and with multi-threading when '-xdist'
2523
# is in the env name

0 commit comments

Comments
 (0)