summaryrefslogtreecommitdiff
path: root/python-pyfai/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-pyfai/PKGBUILD')
-rw-r--r--python-pyfai/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-pyfai/PKGBUILD b/python-pyfai/PKGBUILD
index d7a48d67..70155e72 100644
--- a/python-pyfai/PKGBUILD
+++ b/python-pyfai/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pyfai
_pkgname=pyFAI
pkgver=0.19.0
-pkgrel=10
+pkgrel=11
pkgdesc="Fast Azimuthal Integration in Python."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -15,8 +15,8 @@ _pinned_dependencies=(
)
depends=(
"${_pinned_dependencies[@]}"
- 'python>=3.8'
- 'python<3.9'
+ 'python>=3.9'
+ 'python<3.10'
'python-bash_kernel'
'cython'
'python-fabio'