Skip to content

Commit b5a4fc2

Browse files
committed
Add CI tests using Python 3.14 (highest-supported)
1 parent 0ec6721 commit b5a4fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
python-version: ["3.8"]
20+
python-version: ["3.8", "3.14"]
2121
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-13]
2222
include:
2323
# set OS-specific cache paths

0 commit comments

Comments
 (0)