Skip to content

Commit 384d784

Browse files
committed
Add Python 3.14
1 parent 7e640e2 commit 384d784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
os: [macos-latest, ubuntu-latest, windows-latest]
28-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
28+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2929
exclude:
3030
# Python 3.6 is not supported on GitHub-hosted Ubuntu runners as of
3131
# Ubuntu 22.04.

0 commit comments

Comments
 (0)