Skip to content

Commit ab4c2d7

Browse files
committed
Add support for Python 3.13
1 parent 5eefd69 commit ab4c2d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/py-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2222
include:
2323
- os: macos-latest
24-
python-version: "3.11"
24+
python-version: "3.12"
2525
- os: windows-latest
26-
python-version: "3.11"
26+
python-version: "3.12"
2727

2828
env:
2929
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk

0 commit comments

Comments
 (0)