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 /README.md
parent747c569638e0abb877517cee162854c765df8a32 (diff)
change: Depend on Python 3.10
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3042e689..f55137497 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
### Runtime Requirements
-- [Python](https://www.python.org/) (>=3.9)
+- [Python](https://www.python.org/) (>=3.10)
- [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0)
- [pycairo](https://pypi.org/project/pycairo/)
- [cairo](https://gitlab.freedesktop.org/cairo/cairo) (>=1.16.0)