- linux
- amd64
-examples:py3.11:
+examples:py3.12:
stage: check
script:
- poetry install --only main,dev
- poe examples
variables:
- PYTHON_INTERPRETER: python3.11
+ PYTHON_INTERPRETER: python3.12
-lint:py3.11:
+lint:py3.12:
stage: check
script:
- poetry install --only main,dev,lint
- poe check
variables:
- PYTHON_INTERPRETER: python3.11
+ PYTHON_INTERPRETER: python3.12
.unit: &unit
stage: check
unit:py3.11:
<<: *unit
variables:
- PYTHON_INTERPRETER: python3.11
\ No newline at end of file
+ PYTHON_INTERPRETER: python3.11
+
+unit:py3.12:
+ <<: *unit
+ variables:
+ PYTHON_INTERPRETER: python3.12