Skip to content

Commit 0b3b8d1

Browse files
authored
ci: add python 3.14 to test matrix (#198)
1 parent f347e0a commit 0b3b8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
24-
python-version: ['3.10', '3.11', '3.12', '3.13']
24+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)