Skip to content
Snippets Groups Projects
Commit 9a8aa052 authored by Moul's avatar Moul
Browse files

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!238Introduce Py3.12 test job (#448)
Pipeline #32112 passed
......@@ -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]
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment