summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'