Skip to content

Commit

Permalink
CI: Allow Py3.13 to fail for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 30, 2024
1 parent 3f71c11 commit 11be8e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
env: [{ STATIC_DEPS: true }, { STATIC_DEPS: false }]

include:
- os: ubuntu-latest
python-version: "3.13-dev"
allowed_failure: true

- os: ubuntu-latest
python-version: "3.9"
env: {STATIC_DEPS: true, WITH_REFNANNY: true}
Expand Down

0 comments on commit 11be8e8

Please sign in to comment.