Skip to content

Commit 0f4c45f

Browse files
gadenbuieschloerke
andauthored
ci: Run playwright-examples on Python 3.12 as well (#1195)
Co-authored-by: Barret Schloerke <[email protected]>
1 parent 024833c commit 0f4c45f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.11"
7+
default: "3.12"
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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.11"]
14+
python-version: ["3.12"]
1515
fail-fast: false
1616

1717
steps:

.github/workflows/pytest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: github.event_name != 'release'
8686
strategy:
8787
matrix:
88-
python-version: ["3.11", "3.10", "3.9", "3.8"]
88+
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
8989
os: [ubuntu-latest]
9090
fail-fast: false
9191

@@ -210,6 +210,7 @@ jobs:
210210
strategy:
211211
matrix:
212212
python-version:
213+
- "3.12"
213214
- "3.11"
214215
- "3.10"
215216
- "3.9"

0 commit comments

Comments
 (0)