Skip to content

Commit

Permalink
Move ASAN build to Python 3.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkinsp committed Oct 7, 2024
1 parent 8473391 commit 95c7cdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
pull_request: # Automatically trigger on pull requests affecting this file
branches:
- main
paths:
- '**/workflows/asan.yml'

jobs:
asan:
Expand All @@ -32,7 +30,7 @@ jobs:
with:
repository: python/cpython
path: cpython
ref: v3.12.6
ref: v3.13.0
- name: Install clang 18
env:
DEBIAN_FRONTEND: noninteractive
Expand Down

0 comments on commit 95c7cdd

Please sign in to comment.