Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
logilab-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
logilab-common
Commits
e59de4a56606
Commit
e59de4a56606
authored
4 weeks ago
by
Viet-Hung Nhu
Browse files
Options
Downloads
Patches
Plain Diff
ci: use python 3.9 as minimum and 3.11 as actual
parent
b81d59810185
No related branches found
No related tags found
1 merge request
!95
Support py3.12
Pipeline
#262346
failed
4 weeks ago
Stage: lint
Stage: tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
e59de4a5
---
default
:
image
:
python:3.
7
image
:
python:3.
11
include
:
# uncomment and uses to customize/extend the configuration here if needed
...
...
@@ -32,5 +32,5 @@
-
release
-
publish
py3
8
:
py3
9
:
extends
:
py3
...
...
@@ -36,6 +36,6 @@
extends
:
py3
image
:
python:3.
8
image
:
python:3.
9
before_script
:
-
pip install tox
py3
:
...
...
@@ -38,8 +38,8 @@
before_script
:
-
pip install tox
py3
:
image
:
python:3.
7
image
:
python:3.
11
before_script
:
-
pip install tox
...
...
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