Skip to content

Commit 0355918

Browse files
claudewilltheorangeguy
authored andcommitted
Remove Python 3.9 from pytest CI matrix
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 105624b commit 0355918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
19-
python-version: ["3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12"]
2020

2121
steps:
2222
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)