Skip to content

Commit fb6ba47

Browse files
committed
add Python 3.14 to CI
1 parent e4e7e8f commit fb6ba47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: true
2626
matrix:
2727
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
28-
python-version: ["3.10", "3.11", "3.12", "3.13"]
28+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)