Skip to content

Commit 43e5e19

Browse files
authored
Add Python 3.14 to build matrix in workflow (#222)
1 parent 4fe99fe commit 43e5e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
strategy:
123123
matrix:
124124
os: [ubuntu-latest, windows-latest, macos-latest]
125-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
125+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
126126
runs-on: ${{ matrix.os }}
127127

128128
steps:

0 commit comments

Comments
 (0)