Skip to content

Commit ee77740

Browse files
committed
included python 3.13 in workflow, removed 3.9
1 parent 10fe4b6 commit ee77740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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", "3.13"]
1111

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

0 commit comments

Comments
 (0)