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

Drop Py 3.8 support (#464)

parent d3decb87
No related branches found
No related tags found
1 merge request!263Drop Python 3.8 support (#464)
......@@ -96,11 +96,6 @@ ruff:
- poetry install --extras deathreaper
- poetry run pytest tests/unit
unit_tests:3.8:
extends: .tests
variables:
PYTHON_VERSION: "3.8"
unit_tests:3.9:
extends: .tests
variables:
......
......@@ -14,7 +14,7 @@ keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"]
include = ["g1_monetary_license/g1_monetary_license_*.rst"]
[tool.poetry.dependencies]
python = "^3.8.0"
python = "^3.9.0"
duniterpy = "~1.2.0"
rich-click = "^1.8.3"
texttable = "^1.7.0"
......
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