- linux
- amd64
-examples:py3.13:
+examples:py3.12:
stage: check
script:
- poetry install --all-extras --only main,dev
- poe examples
variables:
- PYTHON_INTERPRETER: python3.13
+ PYTHON_INTERPRETER: python3.12
-lint:py3.13:
+check:py3.12:
stage: check
script:
- poetry install --all-extras --only main,dev,lint
- poe check
variables:
- PYTHON_INTERPRETER: python3.13
+ PYTHON_INTERPRETER: python3.12
+
+format:py3.12:
+ stage: check
+ script:
+ - poetry install --all-extras --only main,dev,lint
+ - poe format
+ variables:
+ PYTHON_INTERPRETER: python3.12
+
+lint:py3.12:
+ stage: check
+ script:
+ - poetry install --all-extras --only main,dev,lint
+ - poe lint
+ variables:
+ PYTHON_INTERPRETER: python3.12
.unit: &unit
stage: check