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

Drop Py3.7 support (#437)

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