From 7fa119078602768a64b2bb7356d56f1cc17a552e Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Wed, 8 Jul 2026 15:09:14 +0200 Subject: [PATCH] Test jsonschema on Python 3.15 --- lib/ts_utils/py315.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ts_utils/py315.py b/lib/ts_utils/py315.py index e2cca68c6b28..bcd1e62d79e8 100644 --- a/lib/ts_utils/py315.py +++ b/lib/ts_utils/py315.py @@ -11,9 +11,6 @@ "resampy", "shapely", "tensorflow", - # Depends on referencing, which depends on rpds-py. rpds-py currently uses - # PyO3, which rejects Python 3.15. - "jsonschema", # Depends on matplotlib, which depends on contourpy. contourpy does not # provide Python 3.15 wheels yet. "seaborn",