Skip to content

Commit 77c52c5

Browse files
committed
Add 3.14 to CI.
1 parent 1d40e81 commit 77c52c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
fail-fast: false
122122
matrix:
123-
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
123+
python_version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
124124
steps:
125125
- uses: actions/checkout@v4
126126
- name: Set up Python
@@ -158,7 +158,7 @@ jobs:
158158
strategy:
159159
fail-fast: false
160160
matrix:
161-
python_version: ["3.13"]
161+
python_version: ["3.13", "3.14"]
162162
steps:
163163
- uses: actions/checkout@v4
164164
- name: Set up Python

0 commit comments

Comments
 (0)