|
|
|
|
@ -38,7 +38,7 @@ jobs:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
# used by the jupyterlab/maintainer-tools base-setup action
|
|
|
|
|
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
|
|
|
|
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
|
|
|
|
|
steps:
|
|
|
|
|
- name: Checkout
|
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
|
@ -121,18 +121,18 @@ jobs:
|
|
|
|
|
strategy:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
os: [ubuntu-latest, macos-12, windows-latest]
|
|
|
|
|
python: ['3.8', '3.11', '3.12']
|
|
|
|
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
|
|
|
python: ['3.9', '3.11', '3.13']
|
|
|
|
|
include:
|
|
|
|
|
- python: '3.8'
|
|
|
|
|
- python: '3.9'
|
|
|
|
|
dist: 'notebook*.tar.gz'
|
|
|
|
|
- python: '3.11'
|
|
|
|
|
dist: 'notebook*.whl'
|
|
|
|
|
- python: '3.12'
|
|
|
|
|
- python: '3.13'
|
|
|
|
|
dist: 'notebook*.whl'
|
|
|
|
|
- os: windows-latest
|
|
|
|
|
py_cmd: python
|
|
|
|
|
- os: macos-12
|
|
|
|
|
- os: macos-latest
|
|
|
|
|
py_cmd: python3
|
|
|
|
|
- os: ubuntu-latest
|
|
|
|
|
py_cmd: python
|
|
|
|
|
@ -141,7 +141,6 @@ jobs:
|
|
|
|
|
uses: actions/setup-python@v5
|
|
|
|
|
with:
|
|
|
|
|
python-version: ${{ matrix.python }}
|
|
|
|
|
architecture: 'x64'
|
|
|
|
|
allow-prereleases: true
|
|
|
|
|
- uses: actions/download-artifact@v4
|
|
|
|
|
with:
|
|
|
|
|
|