summaryrefslogtreecommitdiff
path: root/python-oauth2
diff options
context:
space:
mode:
Diffstat (limited to 'python-oauth2')
-rw-r--r--python-oauth2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-oauth2/PKGBUILD b/python-oauth2/PKGBUILD
index c84670e5..6a43cb0a 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=3
+pkgrel=4
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.8'
- 'python<3.9'
+ 'python>=3.9'
+ 'python<3.10'
'python-mock'
'python-mysql-connector'
'python-nose'