Skip to content

Commit 652c9b8

Browse files
authored
CI: Add Python 3.14 to test matrix
Add Python 3.14 to the test matrix of the main GitHub Actions workflow.
1 parent 8475e7e commit 652c9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
os: [ubuntu-latest, macos-latest, windows-latest]
47-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
47+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4848
env:
4949
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
5050
steps:

0 commit comments

Comments
 (0)