Skip to content

Commit 8053f0a

Browse files
authored
CI: support python3 3.13 (#700)
1 parent a3e105f commit 8053f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
strategy:
1818
matrix:
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2020
platform: ["ubuntu-latest", "macos-latest", "windows-latest"]
2121
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
2222
# Optional - x64 or x86 architecture, defaults to x64

0 commit comments

Comments
 (0)