summaryrefslogtreecommitdiff
path: root/python-jupyter_telemetry
diff options
context:
space:
mode:
Diffstat (limited to 'python-jupyter_telemetry')
-rw-r--r--python-jupyter_telemetry/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-jupyter_telemetry/PKGBUILD b/python-jupyter_telemetry/PKGBUILD
index fccf49fdd..6ede59f35 100644
--- a/python-jupyter_telemetry/PKGBUILD
+++ b/python-jupyter_telemetry/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-jupyter_telemetry
pkgver=0.0.5
-pkgrel=59
+pkgrel=60
pkgdesc="Configurable event-logging for Jupyter applications and extensions"
url="https://github.com/jupyter/telemetry"
arch=('any')
license=('BSD')
depends=(
- 'python>=3.9'
- 'python<3.10'
+ 'python>=3.10'
+ 'python<3.11'
'python-json-logger'
'python-jsonschema'
'python-ruamel-yaml'