Skip to content

Commit d2d599b

Browse files
committed
Update test runners to include 3.13
1 parent 474c11c commit d2d599b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: ["3.12", "3.11", "3.10", "3.9"]
16+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
1717
os: [ubuntu-latest, windows-latest, macOS-latest]
1818
fail-fast: false
1919
defaults:

.github/workflows/shiny.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup py-shiny@main
2323
uses: posit-dev/py-shiny/.github/py-shiny/setup@main
2424
with:
25-
python-version: "3.12"
25+
python-version: "3.13"
2626

2727
- name: Checkout dev branch of py-htmltools
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)