Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6d23a481 authored by Dorian Turba's avatar Dorian Turba
Browse files

add more python version tests to CI

parent 9712e7be
No related branches found
No related tags found
No related merge requests found
Pipeline #23672 passed
......@@ -19,8 +19,7 @@ black:
variables:
IMAGE_TAG: "3.11"
pytest_311:
extends: pytest
pytest:
variables:
IMAGE_TAG: "3.11"
PYTHON_SETUP: "pip install ${PROJECT_PATH}[TESTS]"
......@@ -29,7 +28,21 @@ pytest_310:
extends: pytest
variables:
IMAGE_TAG: "3.10"
PYTHON_SETUP: "pip install ${PROJECT_PATH}[TESTS]"
pytest_39:
extends: pytest
variables:
IMAGE_TAG: "3.9"
pytest_38:
extends: pytest
variables:
IMAGE_TAG: "3.8"
pytest_37:
extends: pytest
variables:
IMAGE_TAG: "3.7"
.install_test: &install_test
- python --version # Debug
......
......@@ -21,7 +21,6 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
# "Programming Language :: Python :: 3.12",
"Typing :: Typed",
]
dependencies = [
......
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