Skip to content

Commit a5c9708

Browse files
No longer check Python 3.9
1 parent 969ad64 commit a5c9708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ["3.9", "3.10", "3.11", "3.12"]
10+
python-version: ["3.10", "3.11", "3.12"]
1111

1212
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
1313
with:

0 commit comments

Comments
 (0)