Skip to content

Commit eb793e8

Browse files
ci: Use Python 3.13 to test on Windows and macOS (#347)
1 parent 2d0e82a commit eb793e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
os:
5252
- ubuntu-latest
5353
include:
54-
- python-version: "3.12"
54+
- python-version: "3.13"
5555
os: "macos-latest"
56-
- python-version: "3.12"
56+
- python-version: "3.13"
5757
os: "windows-latest"
5858
steps:
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)