Skip to content

Commit 551db94

Browse files
committed
chore: reduce python version matrix in CI configuration
1 parent 4ab33a4 commit 551db94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3"]
43+
python-version: ["3.9", "3"]
4444
steps:
4545
- uses: actions/checkout@v5
4646
- name: Install uv

0 commit comments

Comments
 (0)