Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
dc408e9f
Commit
dc408e9f
authored
Jan 06, 2023
by
Philipp Hörist
Browse files
change: Raise required python version to 3.10
parent
7e3f72c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dc408e9f
...
...
@@ -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/
)
...
...
setup.cfg
View file @
dc408e9f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment