Skip to content

Commit

Permalink
Bump Python version dependency in Arch packages
Browse files Browse the repository at this point in the history
Arch just bumped to Python 3.13.
  • Loading branch information
DemiMarie committed Dec 22, 2024
1 parent dae37b9 commit b7852bf
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 b7852bf

Please sign in to comment.