Skip to content

Commit 8da95f3

Browse files
Add Python 3.13 and 3.14 to CI
1 parent 98a7630 commit 8da95f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ubuntu-latest, windows-latest, macos-15-intel]
57-
python: [cp37, cp38, cp39, cp310, cp311, cp312]
57+
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313, cp314]
5858

5959

6060
include:
@@ -129,7 +129,7 @@ jobs:
129129
fail-fast: false
130130
matrix:
131131
os: [ubuntu-latest, windows-latest, macos-15-intel]
132-
python: [cp37, cp38, cp39, cp310, cp311, cp312]
132+
python: [cp37, cp38, cp39, cp310, cp311, cp312, cp313, cp314]
133133

134134
runs-on: ${{ matrix.os }}
135135

0 commit comments

Comments
 (0)