Skip to content

Commit a69a218

Browse files
committed
Update CI Python matrix to 3.11-3.14
Bump the GitHub Actions Python test matrix in .github/workflows/install.yml from 3.5-3.8 to 3.11-3.14 so CI runs against current Python releases. This updates the workflow to drop legacy versions and keep testing aligned with modern Python support.
1 parent 17151fb commit a69a218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.5, 3.6, 3.7, 3.8]
10+
python-version: [3.11, 3.12, 3.13, 3.14]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up Python

0 commit comments

Comments
 (0)