diff options
Diffstat (limited to 'python-wxmplot/PKGBUILD')
-rwxr-xr-x | python-wxmplot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-wxmplot/PKGBUILD b/python-wxmplot/PKGBUILD index ea324c7e0..eefdcd84f 100755 --- a/python-wxmplot/PKGBUILD +++ b/python-wxmplot/PKGBUILD @@ -2,14 +2,14 @@ pkgname=python-wxmplot _pkgname="${pkgname#*-}" pkgver=0.9.45 -pkgrel=59 +pkgrel=60 pkgdesc='A library for plotting in wxPython using matplotlib' arch=('any') url='https://pypi.python.org/pypi/wxmplot/0.9.18' license=('OSI Approved :: MIT License') depends=( - 'python<3.10' - 'python>=3.9' + 'python<3.11' + 'python>=3.10' 'python-matplotlib>=3.0' 'python-numpy>=1.12' 'python-wxpython>=4.0.3') |