Skip to content

Commit 116cf2f

Browse files
authored
Add Python 3.14 to CI workflow matrix
1 parent 446de89 commit 116cf2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi_builder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- name: Checkout repository
@@ -140,4 +140,4 @@ jobs:
140140
141141
142142

143-
143+

0 commit comments

Comments
 (0)