Skip to content
Snippets Groups Projects
Commit bc3eb365 authored by Aleš Mrázek's avatar Aleš Mrázek
Browse files

.gitlab-ci.manager.yml: python3.13 unit tests

parent 64f66e5e
Branches
Tags
1 merge request!1619python: support for the new python 3.13
......@@ -11,21 +11,21 @@ default:
- linux
- amd64
examples:py3.12:
examples:py3.13:
stage: check
script:
- poetry install --only main,dev
- poe examples
variables:
PYTHON_INTERPRETER: python3.12
PYTHON_INTERPRETER: python3.13
lint:py3.12:
lint:py3.13:
stage: check
script:
- poetry install --only main,dev,lint
- poe check
variables:
PYTHON_INTERPRETER: python3.12
PYTHON_INTERPRETER: python3.13
.unit: &unit
stage: check
......@@ -67,3 +67,8 @@ unit:py3.12:
<<: *unit
variables:
PYTHON_INTERPRETER: python3.12
unit:py3.13:
<<: *unit
variables:
PYTHON_INTERPRETER: python3.13
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment