From 784754462363c6a10bf891d46800fe91d9532b4f Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 15 Apr 2024 05:45:13 -0700 Subject: [PATCH] Update versions and fix branch name in ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0944e224..da715a9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: pycparser-tests on: push: branches: - - master + - main pull_request: branches: - - master + - main permissions: contents: read @@ -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: