Skip to content

Commit 0145bfe

Browse files
authored
Add Python 3.14 test (#19)
1 parent 56feacd commit 0145bfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-latest]
15-
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
15+
python-version: [3.9, '3.10', '3.11', '3.12', '3.13', '3.14-dev']
1616

1717
env:
1818
PIP_DISABLE_PIP_VERSION_CHECK: true

0 commit comments

Comments
 (0)