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 f00ba636 authored by Dorian Turba's avatar Dorian Turba
Browse files

remove version 37,38,39

parent 5dafa0f2
No related branches found
No related tags found
No related merge requests found
......@@ -24,18 +24,3 @@ pytest_310:
extends: pytest
variables:
IMAGE_TAG: "3.10"
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"
......@@ -11,12 +11,13 @@ authors = [
]
description = "A CLI that generate a version changelog based on git history and local requirement file."
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Typed",
......@@ -69,7 +70,7 @@ legacy_tox_ini = """
[tox]
min_version = 4.0
env_list =
py{38,39,310,311,312}
py{310,311,312}
black
flake8
mypy
......
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