Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Merge requests
!264
Add 3.13 unit_tests job (
#482
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add 3.13 unit_tests job (
#482
)
482_python_3.13
into
main
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Moul
requested to merge
482_python_3.13
into
main
4 months ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
with
allow_failure
in the meantime
0
0
Merge request reports
Compare
main
version 1
f5c27184
4 months ago
main (base)
and
latest version
latest version
cd801ddf
1 commit,
4 months ago
version 1
f5c27184
1 commit,
4 months 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
@@ -127,6 +127,12 @@ tests:3.12:cov:
coverage_format
:
cobertura
path
:
coverage.xml
unit_tests:3.13
:
extends
:
.tests
variables
:
PYTHON_VERSION
:
"
3.13"
allow_failure
:
true
.image
:
stage
:
package
tags
:
[
docker
]
Loading