Skip to content

Commit 6044a02

Browse files
committed
reduce CI matrix to mainstream Python versions
- Remove Python 3.9 support to focus on mainstream versions - Keep Python 3.10, 3.11, and 3.12 for better coverage/performance balance
1 parent 7b09bb1 commit 6044a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
python-version: ["3.9", "3.10", "3.11", "3.12"]
25+
python-version: ["3.10", "3.11", "3.12"]
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)