Skip to content

Commit

Permalink
Merge pull request #349 from NNPDF/add-py312
Browse files Browse the repository at this point in the history
Allow py 3.12
  • Loading branch information
felixhekhorn authored Feb 28, 2024
2 parents 779179d + bcbd658 commit 93c59b8
Show file tree
Hide file tree
Showing 3 changed files with 1,499 additions and 1,540 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

uses: N3PDF/workflows/.github/workflows/python-poetry-tests.yml@v2
Expand Down
Loading

0 comments on commit 93c59b8

Please sign in to comment.