mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Require Python 3.9
This commit is contained in:
parent
ecaf1fc770
commit
625dc11930
3 changed files with 7 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue