Skip to content

Commit 5a07293

Browse files
Remove Python 3.9 from test matrix due to dependency constraints
Co-authored-by: sophiagavrila <57912010+sophiagavrila@users.noreply.github.com>
1 parent 8a2a9f1 commit 5a07293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, macos-latest, windows-latest]
18-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)