We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fe4b6 commit ee77740Copy full SHA for ee77740
.github/workflows/unittests.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
11
12
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
13
with:
0 commit comments