Skip to content

Commit

Permalink
Merge branch 'automatic-merge' into 'master'
Browse files Browse the repository at this point in the history
Remove python 3.9 and python 3.10 testing

See merge request it/e3-core!100
  • Loading branch information
leocardao committed Jan 24, 2025
2 parents 9be339e + d30154a commit d834a23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ variables:
LATEST_PYTHON:
description: "The latest python version used to test this project."
options:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
value: "3.13"
LINUX_CI_TOX_ENV:
# Run coverage only with one Python version as this is costly.
description: "Tox environments to run on Linux."
value: "py39-cov-xdist,py310-xdist,py311-xdist,py312-xdist,py313-xdist"
value: "py311-xdist,py312-xdist,py313-xdist"
WINDOWS_CI_TOX_ENV:
description: "Tox environments to run on Windows."
value: "py312-xdist"
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ setenv =
# Set COVERAGE_CORE only for Python >= 3.12
COVERAGE_CORE=sysmon
py311: COVERAGE_CORE=
py310: COVERAGE_CORE=
py39: COVERAGE_CORE=

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

0 comments on commit d834a23

Please sign in to comment.