Skip to content

Commit c8d1bbf

Browse files
authored
Reduce CI test matrix to Python 3.9, 3.11, and 3.14 (#342)
1 parent 847c089 commit c8d1bbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
macos-14,
4242
ubuntu-22.04,
4343
windows-2022]
44-
py-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
44+
py-version: ["3.9", "3.11", "3.14"]
4545
steps:
4646
- uses: actions/checkout@v6
4747

0 commit comments

Comments
 (0)