Skip to content
Snippets Groups Projects
Commit c5affa94 authored by Moul's avatar Moul
Browse files

[mod] #332: Drop Python v3.6 support

- pyproject: set minimun Python version to 3.7.0
- Remove v3.6 test job
- Upgrade pyupgrade to --py37-plus
parent 11a6ae89
No related branches found
No related tags found
1 merge request!200#332: Drop Python v3.6 support, Bump DuniterPy to v1.1.0
......@@ -70,12 +70,6 @@ pyupgrade:
- poetry install
- poetry run pytest
tests:3.6:
extends: .tests
tags: [mille]
variables:
PYTHON_VERSION: "3.6"
tests:3.7:
extends: .tests
tags: [mille]
......
......@@ -12,7 +12,7 @@ repos:
rev: v2.21.0
hooks:
- id: pyupgrade
args: [--py36-plus]
args: [--py37-plus]
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
rev: v1.0.3
hooks:
......
......@@ -13,7 +13,7 @@ urls = { Changelog = "https://git.duniter.org/clients/python/silkaj/-/blob/dev/C
keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"]
[tool.poetry.dependencies]
python = "^3.6.8"
python = "^3.7.0"
duniterpy = "1.0.0"
click = "^8.0.0"
tabulate = "^0.8.7"
......
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