summaryrefslogtreecommitdiff
path: root/python-jupyter_telemetry/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python-jupyter_telemetry/PKGBUILD')
-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 50dc3a3d3..3a27c3531 100644
--- a/python-jupyter_telemetry/PKGBUILD
+++ b/python-jupyter_telemetry/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-jupyter_telemetry
pkgver=0.0.5
-pkgrel=63
+pkgrel=66
pkgdesc="Configurable event-logging for Jupyter applications and extensions"
url="https://github.com/jupyter/telemetry"
arch=('any')
license=('BSD')
depends=(
- 'python>=3.11'
- 'python<3.12'
+ 'python>=3.12'
+ 'python<3.13'
'python-json-logger'
'python-jsonschema'
'python-ruamel-yaml'