Skip to content

Commit 3d1ceea

Browse files
committed
build: Test for Python 3.13
1 parent 49b655a commit 3d1ceea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
12+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313
include:
1414
- os: macos-latest
1515
python-version: "3.8"
1616
- os: macos-latest
17-
python-version: "3.12"
17+
python-version: "3.13"
1818
- os: windows-latest
1919
python-version: "3.8"
2020
- os: windows-latest
21-
python-version: "3.12"
21+
python-version: "3.13"
2222
runs-on: ${{ matrix.os }}
2323
defaults:
2424
run:

0 commit comments

Comments
 (0)