Require Python 3.9

This commit is contained in:
FestplattenSchnitzel 2022-10-20 22:08:00 +02:00 committed by Jochen Sprickerhof
parent ecaf1fc770
commit 625dc11930
3 changed files with 7 additions and 5 deletions

View file

@ -1,10 +1,10 @@
[tool.black]
skip-string-normalization = true
target-version = ["py35"]
target-version = ["py39"]
[tool.mypy]
python_version = "3.5"
python_version = "3.9"
files = "fdroidserver"