Skip to content

Commit 540d82f

Browse files
committed
ci: Include Py3.14 in test matrix
Includes Python 3.14 to extend the testing range.
1 parent fac2239 commit 540d82f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
19+
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2020
include:
2121
- name: macos
2222
os: macos-latest

0 commit comments

Comments
 (0)