From 5a53c5198761cf298c2f0d926b9e215baefbc597 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 28 Apr 2024 11:21:33 +0200 Subject: python-postpic: 0.4-68 -> 0.4-69 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9f4ecd8..82ffe69 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -11,8 +11,8 @@ pkgbase = python-postpic makedepends = cython makedepends = python-h5py depends = glibc>=2.31 - depends = python>=3.11 - depends = python<3.12 + depends = python>=3.12 + depends = python<3.13 depends = python-matplotlib depends = python-numpy>=1.7 depends = python-scipy diff --git a/PKGBUILD b/PKGBUILD index 0ec52ef..f2d1d84 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,8 +13,8 @@ _pinned_dependencies=( ) depends=( "${_pinned_dependencies[@]}" - 'python>=3.11' - 'python<3.12' + 'python>=3.12' + 'python<3.13' 'python-matplotlib' 'python-numpy>=1.7' 'python-scipy' -- cgit v1.2.3-54-g00ecf