Skip to content

Commit 14b45d5

Browse files
Add 3.13 CI
1 parent a058285 commit 14b45d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
fail-fast: false
179179
matrix:
180180
os: [ubuntu-latest, windows-latest, macos-13]
181-
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
181+
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
182182

183183
name: build/${{ matrix.os }}/${{ matrix.python }}
184184
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)