Skip to content

Commit

Permalink
Add allowed-to-fail Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jun 11, 2024
1 parent 03f9f05 commit 22ccad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
py: [python310, python311, python312]
py: [python310, python311, python312, python313]
allow-fail: [false]
include:
- os: ubuntu-latest
py: python312
py: python313
allow-fail: true
- os: macos-12
py: python312
py: python313
allow-fail: true
steps:
- uses: actions/checkout@v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion python/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
'';
};
}
) [ "python310" "python311" "python312" ]
) [ "python310" "python311" "python312" "python313" ]
);
}
);
Expand Down

0 comments on commit 22ccad0

Please sign in to comment.