diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07b938115fa50f23cdf28da461e7e7543ebe3de8..b7571d8966e30ec44dadacf760d7e8994ad8f251 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,12 +46,6 @@ format: - poetry install - poetry run pytest -tests-3.5: - extends: .tests - tags: [poetry-56] - variables: - PYTHON_VERSION: "3.5" - tests-3.6: extends: .tests tags: [poetry-56] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be34289a036f3e852068b608eb863ea698a7800e..ef459d9c27dfc6d5fec72ef606895df5d69a8185 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -112,7 +112,7 @@ The `--extra-index-url` is used to retrieve dependencies packages from the offic - Build - Tests on supported Python versions: - Installation - - Pytest for v3.5, 3.6, 3.7, and 3.8 + - Pytest for v3.6, 3.7, and 3.8 - PyPI distribution - test - stable diff --git a/pyproject.toml b/pyproject.toml index cdf0cdc63f8736b4170bb594eee13f6afd6fb983..47df74eba95727a7a5719fce507dcb33770c91ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ documentation = "https://git.duniter.org/clients/python/silkaj/tree/dev/doc" keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"] [tool.poetry.dependencies] -python = "^3.5.3" +python = "^3.6.8" duniterpy = "0.58.0" click = "^7.1.2" ipaddress = "^1.0.23" @@ -21,7 +21,7 @@ texttable = "^1.6.3" pendulum = "^2.1.2" [tool.poetry.dev-dependencies] -black = {version = "^20.8b1", python = "^3.6"} +black = "^20.8b1" pre-commit = "^1.18" pytest = "^6.0" pytest-cov = "^2.7"