Skip to content

Commit

Permalink
Merge branch 'multiversion/py3-bokeh'
Browse files Browse the repository at this point in the history
  • Loading branch information
dannf committed Nov 19, 2024
2 parents a7e97cb + 5bc94dd commit 759ef33
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion py3-bokeh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 759ef33

Please sign in to comment.