Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/python-bootstrap/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-28 07:52:16 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-28 07:52:16 +0100
commit49b2f80e7c7cbc97d5c86af9284bcee5f2b0bc45 (patch)
tree6b122cf543f2b5ce198acd99137b53ff3d649f4d /build-support/python-bootstrap/PKGBUILD
parent2d1e5480bc4723b10ece8ba740637ebdf8ad8600 (diff)
build-support/python-bootstrap: try to bootstrap python 3.13.2
Diffstat (limited to 'build-support/python-bootstrap/PKGBUILD')
-rw-r--r--build-support/python-bootstrap/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-support/python-bootstrap/PKGBUILD b/build-support/python-bootstrap/PKGBUILD
index 682f91ef..2fac6c97 100644
--- a/build-support/python-bootstrap/PKGBUILD
+++ b/build-support/python-bootstrap/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-bootstrap
pkgname=(python-{build,flit-core,installer,packaging,pyproject-hooks,setuptools,wheel})
pkgver=1
pkgrel=1
-_pythonver=3.13.0
+_pythonver=3.13.2
arch=(any)
license=('custom')
makedepends=(python git)