Skip to content
Snippets Groups Projects
Commit e0e67c97 authored by Corné Lukken's avatar Corné Lukken Committed by Cees Bassa
Browse files

Limit python version to 3.12

parent 0af1ece4
Branches
No related tags found
No related merge requests found
default: default:
image: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG image:
name: $CI_REGISTRY_IMAGE/ci-build-runner:$CI_COMMIT_REF_SLUG
pull_policy: "always"
before_script: before_script:
- python --version # For debugging - python --version # For debugging
cache: cache:
......
FROM python:3.13 FROM python:3.12
RUN python -m pip install --upgrade pip RUN python -m pip install --upgrade pip
RUN pip install --upgrade tox twine RUN pip install --upgrade tox twine
[tox] [tox]
# Generative environment list to test all supported Python versions # Generative environment list to test all supported Python versions
envlist = py3{9,10,11,12,13},black,pep8,pylint envlist = py3{9,10,11,12},black,pep8,pylint
min_version = 4.3.3 min_version = 4.3.3
requires = requires =
tox-ignore-env-name-mismatch >= 0.2.0 tox-ignore-env-name-mismatch >= 0.2.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment