Skip to content

Commit 136d29c

Browse files
committed
Update 3.13 python versions to 3.13-dev
1 parent 74231b6 commit 136d29c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/py-shiny/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
python-version:
55
description: 'Python version to use'
66
required: false
7-
default: "3.12"
7+
default: "3.13-dev"
88
runs:
99
using: "composite"
1010
steps:

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ["3.12"]
18+
python-version: ["3.13-dev"]
1919
fail-fast: false
2020

2121
steps:

.github/workflows/pytest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
# "3.10" must be a string; otherwise it is interpreted as 3.1.
20-
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
20+
python-version: ["3.13-dev", "3.12", "3.11", "3.10", "3.9"]
2121
os: [ubuntu-latest, windows-latest, macOS-latest]
2222
exclude:
2323
- python-version: ${{ github.event.pull_request.draft && '3.11' }}
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
strategy:
110110
matrix:
111-
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
111+
python-version: ["3.13-dev", "3.12", "3.11", "3.10", "3.9"]
112112
browser: ["chromium", "firefox", "webkit"]
113113
exclude:
114114
- python-version: ${{ github.event.pull_request.draft && '3.11' }}
@@ -156,7 +156,7 @@ jobs:
156156
runs-on: ubuntu-20.04
157157
strategy:
158158
matrix:
159-
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
159+
python-version: ["3.13-dev", "3.12", "3.11", "3.10", "3.9"]
160160
browser: ["chromium", "firefox", "webkit"]
161161
exclude:
162162
- python-version: ${{ github.event.pull_request.draft && '3.11' }}

0 commit comments

Comments
 (0)