Skip to content

Commit fee37f8

Browse files
kolibril13claude
andcommitted
Use Python 3.13 in CI and widen supported range
Bump setup-python to 3.13 in both workflows and update the project's python constraint to >=3.9,<3.14 (drops EOL 3.8, allows 3.13). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3b38d0d commit fee37f8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/JupyterLite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.10'
20+
python-version: '3.13'
2121
- name: Install the dependencies
2222
run: |
2323
python -m pip install -r .jupyterlite/requirements.txt

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
submodules: recursive
1717

18-
- name: Set up Python 3.9
18+
- name: Set up Python 3.13
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: 3.9
21+
python-version: '3.13'
2222

2323
- name: Install poetry
2424
run: python -m pip install --upgrade poetry

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
include = ["vendor/compare_view/browser_compare_view.js"]
99

1010
[tool.poetry.dependencies]
11-
python = ">=3.8,<3.13"
11+
python = ">=3.9,<3.14"
1212
ipython = ">=6.0.0"
1313
ipykernel = ">=5.0.0"
1414
Pillow = ">=7.1.2"

0 commit comments

Comments
 (0)