diff options
Diffstat (limited to 'python-oauth2')
-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 affb951b3..1b4d752e9 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=65 +pkgrel=66 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.10' - 'python<3.11' + 'python>=3.11' + 'python<3.12' 'python-mock' 'python-mysql-connector' 'python-nose' |