Skip to content

Commit 5653bdb

Browse files
authored
chore(py3.13): Update changelog and test on less jobs in draft mode (#2040)
1 parent e51ffbb commit 5653bdb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
2121
os: [ubuntu-latest, windows-latest, macOS-latest]
2222
exclude:
23+
- python-version: ${{ github.event.pull_request.draft && '3.12' }}
2324
- python-version: ${{ github.event.pull_request.draft && '3.11' }}
2425
- python-version: ${{ github.event.pull_request.draft && '3.10' }}
2526
- python-version: ${{ github.event.pull_request.draft && '3.9' }}
@@ -110,6 +111,7 @@ jobs:
110111
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
111112
browser: ["chromium", "firefox", "webkit"]
112113
exclude:
114+
- python-version: ${{ github.event.pull_request.draft && '3.12' }}
113115
- python-version: ${{ github.event.pull_request.draft && '3.11' }}
114116
- python-version: ${{ github.event.pull_request.draft && '3.10' }}
115117
- python-version: ${{ github.event.pull_request.draft && '3.9' }}
@@ -158,6 +160,7 @@ jobs:
158160
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
159161
browser: ["chromium", "firefox", "webkit"]
160162
exclude:
163+
- python-version: ${{ github.event.pull_request.draft && '3.12' }}
161164
- python-version: ${{ github.event.pull_request.draft && '3.11' }}
162165
- python-version: ${{ github.event.pull_request.draft && '3.10' }}
163166
- python-version: ${{ github.event.pull_request.draft && '3.9' }}
@@ -219,9 +222,10 @@ jobs:
219222
runs-on: ubuntu-latest
220223
strategy:
221224
matrix:
222-
python-version: ["3.12", "3.11", "3.10", "3.9"]
225+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
223226
browser: ["chromium", "firefox", "webkit"]
224227
exclude:
228+
- python-version: ${{ github.event.pull_request.draft && '3.12' }}
225229
- python-version: ${{ github.event.pull_request.draft && '3.11' }}
226230
- python-version: ${{ github.event.pull_request.draft && '3.10' }}
227231
- python-version: ${{ github.event.pull_request.draft && '3.9' }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### New features
1111

12+
* Added support for python 3.13. (#1711)
13+
1214
* `ui.sidebar()` is now interactively resizable. (#2020)
1315

1416
* `ui.update_*()` functions now accept `ui.TagChild` (i.e., HTML) as input to the `label` and `icon` arguments. (#2020)

0 commit comments

Comments
 (0)