diff options
Diffstat (limited to 'python-jupyter_telemetry')
-rw-r--r-- | python-jupyter_telemetry/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-jupyter_telemetry/PKGBUILD b/python-jupyter_telemetry/PKGBUILD index f481da161..50dc3a3d3 100644 --- a/python-jupyter_telemetry/PKGBUILD +++ b/python-jupyter_telemetry/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-jupyter_telemetry pkgver=0.0.5 -pkgrel=62 +pkgrel=63 pkgdesc="Configurable event-logging for Jupyter applications and extensions" url="https://github.com/jupyter/telemetry" arch=('any') license=('BSD') depends=( - 'python>=3.10' - 'python<3.11' + 'python>=3.11' + 'python<3.12' 'python-json-logger' 'python-jsonschema' 'python-ruamel-yaml' |