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

[mod] #240 Drop support for Python 3.5

Requires Python 3.6.8
Remove test job
parent 613594f4
No related branches found
No related tags found
1 merge request!150#240, #294: Drop Python 3.5. Add Python 3.9 support
......@@ -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]
......
......@@ -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
......@@ -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"
......
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