Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lofty
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Corné Lukken
lofty
Commits
e0e67c97
Commit
e0e67c97
authored
2 months ago
by
Corné Lukken
Committed by
Cees Bassa
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Limit python version to 3.12
parent
0af1ece4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
docker/ci-runner/Dockerfile
+1
-1
1 addition, 1 deletion
docker/ci-runner/Dockerfile
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
1
View file @
e0e67c97
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
:
...
...
This diff is collapsed.
Click to expand it.
docker/ci-runner/Dockerfile
+
1
−
1
View file @
e0e67c97
FROM
python:3.1
3
FROM
python:3.1
2
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
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
e0e67c97
[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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment