Skip to content

Commit 55b6843

Browse files
committed
Expand CI Python matrix to 3.11 through 3.14
1 parent 579d0aa commit 55b6843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
python-version: ["3.12", "3.13"]
33+
python-version: ["3.11", "3.12", "3.13", "3.14"]
3434
steps:
3535
- uses: actions/checkout@v4
3636

0 commit comments

Comments
 (0)