Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-12-28 19:20:35 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-12-28 19:20:35 +0300
commit20edba3be6d75102533b06fbde631ac86c749944 (patch)
treec314f6b802b4fb8645db9fc93bef9d569e29ce06 /pyproject.toml
parent747c569638e0abb877517cee162854c765df8a32 (diff)
change: Depend on Python 3.10
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index adc69d0ba..e4026f5db 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ ignore-words-list = "claus,pres,ser,trough"
[tool.pyright]
-pythonVersion = "3.9"
+pythonVersion = "3.10"
pythonPlatform = "All"
typeCheckingMode = "strict"
@@ -155,7 +155,7 @@ exclude = [
# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
-target-version = "py39"
+target-version = "py310"
[tool.ruff.per-file-ignores]
"test/*" = ["E402"]