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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-06 16:14:18 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-06 16:14:18 +0300
commitdc408e9fcedadf7d757db9b03abcc14cbfe81165 (patch)
tree4bac54b450e35cbe60586f8f7a13365637b9a4aa /README.md
parent7e3f72c0f96116dbef25bfce7ac2455243e7c1cc (diff)
change: Raise required python version to 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 158fb54..d4d9be4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,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)
- [GLib](https://gitlab.com/gnome/glib) (>=2.60.0)
- [libsoup3](https://libsoup.org/)