Skip to content

Commit 86fa736

Browse files
committed
ci: workflows: test: test Python v3.14
With the release of Python v3.14, update tested versions. Also test a middle version. Signed-off-by: Jordan Yates <jordan@embeint.com>
1 parent 268d7e5 commit 86fa736

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
matrix:
1818
# Test the extreme Python versions for now to reduce CI runtime
1919
os: [ubuntu-latest, windows-latest]
20-
python-version: ['3.10', '3.13']
20+
python-version: ['3.10', '3.12', '3.14']
2121
steps:
2222
- uses: actions/checkout@v4
2323
# This is enough to find many quoting issues

0 commit comments

Comments
 (0)