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

Drop Py3.7 support (#437)

pyproject and ruff
parent 77c40472
No related branches found
No related tags found
1 merge request!237Drop Python v3.7 support (#457)
......@@ -14,7 +14,7 @@ keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"]
include = ["g1_monetary_license/g1_monetary_license_*.rst"]
[tool.poetry.dependencies]
python = "^3.7.0"
python = "^3.8.0"
duniterpy = "1.1.0"
click = "^8.0.0"
texttable = "^1.6.3"
......@@ -46,7 +46,7 @@ ignore_missing_imports = true
[tool.ruff]
line-length = 101
target-version = "py37"
target-version = "py38"
select = ["F", "W", "I", "UP", "YTT", "B", "A", "DTZ", "T10",
"EXE", "ISC", "ICN", "G", "INP", "PIE", "PYI", "Q", "RSE", "SLF", "TID", "PL",
"COM", "C4", "PT", "RET", "SIM", "PTH", "PGH", "PL", "TRY", "RUF"]
......
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