From 5bc94dd8eee7e3a7c16334ea456d337c1edb9f1e Mon Sep 17 00:00:00 2001 From: dann frazier Date: Sun, 17 Nov 2024 02:28:45 +0000 Subject: [PATCH] py3-bokeh: add missing deps to py3-supported-bokeh Signed-off-by: dann frazier --- py3-bokeh.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/py3-bokeh.yaml b/py3-bokeh.yaml index 6606f74a32c..e1a97895692 100644 --- a/py3-bokeh.yaml +++ b/py3-bokeh.yaml @@ -2,7 +2,7 @@ package: name: py3-bokeh version: 3.6.1 - epoch: 1 + epoch: 2 description: Interactive plots and applications in the browser from Python copyright: - license: BSD-3-Clause @@ -96,12 +96,27 @@ subpackages: dependencies: runtime: - py3.10-${{vars.pypi-package}} + - py3.11-${{vars.pypi-package}} + - py3.12-${{vars.pypi-package}} + - py3.13-${{vars.pypi-package}} test: pipeline: - uses: python/import with: python: python3.10 import: ${{vars.import}} + - uses: python/import + with: + python: python3.11 + import: ${{vars.import}} + - uses: python/import + with: + python: python3.12 + import: ${{vars.import}} + - uses: python/import + with: + python: python3.13 + import: ${{vars.import}} update: enabled: true