Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jvoisin
mat2
Merge requests
!113
Add python3.12 in the CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add python3.12 in the CI
python12
into
master
Overview
10
Commits
1
Pipelines
2
Changes
1
Merged
jvoisin
requested to merge
python12
into
master
1 year ago
Overview
10
Commits
1
Pipelines
2
Changes
1
Expand
Merge request reports
Compare
master
version 1
59d751ec
1 year ago
master (base)
and
latest version
latest version
94ef57c9
1 commit,
1 year ago
version 1
59d751ec
1 commit,
1 year ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
6
−
0
Options
@@ -95,3 +95,9 @@ tests:python3.11:
stage
:
test
script
:
-
python3 -m unittest discover -v
tests:python3.12
:
image
:
$CONTAINER_REGISTRY:python3.12
stage
:
test
script
:
-
python3 -m unittest discover -v
Loading