From: Eli Bendersky Date: Mon, 30 Oct 2023 12:35:26 +0000 (-0700) Subject: Update supported python versions for GitHub actions CI X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9b00a4e8ebb5e54087b2fcbae34a9fa02bc9c5e;p=pyelftools.git Update supported python versions for GitHub actions CI fixes #516 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 549651c..737989c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.7, 3.9, '3.10'] + python-version: [3.8, '3.11', '3.12'] os: [ubuntu-latest] steps: