Skip to content

Commit

Permalink
Bump Python version on Arch
Browse files Browse the repository at this point in the history
Needed to work with Python 3.13 on Arch.

Fixes: QubesOS/qubes-issues#9665
(cherry picked from commit da5b258)
  • Loading branch information
DemiMarie authored and marmarek committed Dec 27, 2024
1 parent cfc57dd commit e506460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pkgver=@VERSION@
pkgrel=@REL@
pkgdesc="The Qubes core files for installation inside a Qubes VM."
arch=("x86_64")
url="http://qubes-os.org/"
url="https://qubes-os.org/"
license=('GPL')
makedepends=(
gcc
Expand Down Expand Up @@ -83,7 +83,7 @@ package_qubes-vm-core() {
pacman-contrib
parted
# 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'
)
optdepends=(gnome-keyring gnome-settings-daemon python-caja python-nautilus gpk-update-viewer qubes-vm-networking qubes-vm-keyring)
install="archlinux/PKGBUILD.install"
Expand Down

0 comments on commit e506460

Please sign in to comment.