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
parent7e3f72c0f96116dbef25bfce7ac2455243e7c1cc (diff)
change: Raise required python version to 3.10
-rw-r--r--README.md2
-rw-r--r--setup.cfg4
2 files changed, 3 insertions, 3 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/)
diff --git a/setup.cfg b/setup.cfg
index 9f0c507..28da1c6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,10 +11,10 @@ url = https://dev.gajim.org/gajim/python-nbxmpp
license_file = COPYING
license = GPL v3
classifiers =
- Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
[options]
-python_requires = >=3.9
+python_requires = >=3.10
packages = find:
install_requires =
precis-i18n>=1.0.0