diff options
Diffstat (limited to 'python-oauth2/PKGBUILD')
-rw-r--r-- | python-oauth2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD index 758d0a462..affb951b3 100644 --- a/python-oauth2/PKGBUILD +++ b/python-oauth2/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Erich Eckner <arch at eckner dot net> pkgname=python-oauth2 pkgver=1.1.1 -pkgrel=64 +pkgrel=65 pkgdesc='framework that aims at making it easy to provide authentication via OAuth 2.0 within an application stack/' url='https://github.com/wndhydrnt/python-oauth2/' arch=('any') license=('MIT') depends=( - 'python>=3.11' - 'python<3.12' + 'python>=3.10' + 'python<3.11' 'python-mock' 'python-mysql-connector' 'python-nose' |