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
Commits
9a8aa052
Commit
9a8aa052
authored
1 year ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
Introduce Py3.12 test job (
#448
)
Bump pendulum to v3 alpha which provides a wheel for Py3.11
parent
4cac8444
No related branches found
No related tags found
1 merge request
!238
Introduce Py3.12 test job (#448)
Pipeline
#32112
passed
1 year ago
Stage: checks
Stage: tests
Stage: package
Stage: coverage
Stage: deploy
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
6 additions
and
1 deletion
.gitlab-ci.yml
+
5
−
0
View file @
9a8aa052
...
...
@@ -127,6 +127,11 @@ tests:3.11:cov:
coverage_format
:
cobertura
path
:
coverage.xml
tests:3.12
:
extends
:
.tests
variables
:
PYTHON_VERSION
:
"
3.12"
.image
:
stage
:
package
tags
:
[
docker
]
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
9a8aa052
...
...
@@ -18,7 +18,7 @@ python = "^3.8.0"
duniterpy
=
"1.1.0"
click
=
"^8.1.3"
texttable
=
"^1.6.7"
pendulum
=
"^
2.1.2
"
pendulum
=
"^
3.0.0a1
"
[tool.poetry.group.test.dependencies]
pytest
=
"^7.3.1"
...
...
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