Skip to content

Commit

Permalink
Update versions and fix branch name in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Apr 15, 2024
1 parent 28c9658 commit 7847544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -2,10 +2,10 @@ name: pycparser-tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

permissions:
contents: read
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down

0 comments on commit 7847544

Please sign in to comment.