Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/65'
Browse files Browse the repository at this point in the history
* origin/pr/65:
  Bump Python version dependency in Arch packages

Pull request description:

Arch just bumped to Python 3.13.
  • Loading branch information
marmarek committed Dec 25, 2024
2 parents e3850f7 + b7852bf commit 37d7dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends=(
python-setuptools
qubes-libvchan
# Block updating if there is a major python update as the python API will be in the wrong PYTHONPATH
'python<3.13'
'python<3.14'
)
install=archlinux/PKGBUILD.install
_pkgnvr="${pkgname}-${pkgver}-${pkgrel}"
Expand Down

0 comments on commit 37d7dfd

Please sign in to comment.