Philipp Hörist pushed to branch master at gajim / gajim
Commits: 60f3cc5c by Philipp Hörist at 2025-02-23T12:35:31+01:00 change: Require Python 3.11 - - - - - 3 changed files: - README.md - debian/control - pyproject.toml Changes: ===================================== README.md ===================================== @@ -28,7 +28,7 @@ ### Runtime Requirements - [precis_i18n](https://pypi.org/project/precis-i18n/) - [pycairo](https://pypi.org/project/pycairo/) - [PyGObject](https://pypi.org/project/PyGObject/) (>=3.42.0) -- [Python](https://www.python.org/) (>=3.10) +- [Python](https://www.python.org/) (>=3.11) - [qrcode](https://pypi.org/project/qrcode/) (>=7.3.1) - [setuptools](https://pypi.org/project/setuptools/) (>=65.0.0) - [SQLAlchemy](https://pypi.org/project/SQLAlchemy/) (>=2.0.0) ===================================== debian/control ===================================== @@ -34,7 +34,7 @@ Depends: ${misc:Depends}, ${python3:Depends}, desktop-file-utils, - python3 (>= 3.10), + python3 (>= 3.11), python3-gi (>= 3.42.0), python3-gi-cairo (>= 1.14.0~), python3-nbxmpp-nightly (>=20240621), ===================================== pyproject.toml ===================================== @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" name = "gajim" description = "A GTK XMPP Client" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.11" license = {text = "GPL-3.0-or-later"} authors = [ {name = "Philipp Hörist", email = "[email protected]"}, @@ -20,7 +20,7 @@ classifiers = [ "Environment :: X11 Applications :: GTK", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", - "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Communications :: Chat", ] dependencies = [ @@ -79,7 +79,7 @@ version = {attr = "gajim.__version__"} [tool.black] line-length = 88 -target-version = ["py310", "py311", "py312"] +target-version = ["py311", "py312", "py313"] force-exclude = "common|plugins" required-version = "24.10.0" @@ -88,7 +88,7 @@ skip = "*__pycache__*,_build_root,build,debian_build,dist,shared-modules,test,*. ignore-words-list = "claus,pres,ser,trough,THIRDPARTY,addin" [tool.pyright] -pythonVersion = "3.10" +pythonVersion = "3.11" pythonPlatform = "All" typeCheckingMode = "strict" @@ -164,7 +164,7 @@ exclude = [ [tool.ruff] line-length = 88 -target-version = "py310" +target-version = "py311" [tool.ruff.lint] View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/60f3cc5c984107941723bd382442fb0f4931e730 -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/60f3cc5c984107941723bd382442fb0f4931e730 You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
