From d092a22e8f7559f54e55e9f7c14f6a95615c828c Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Mon, 28 Oct 2024 09:34:44 +0000 Subject: [PATCH] Drop gcc-11 support (#136) --- .github/workflows/ci-checks.yml | 2 -- .github/workflows/ci.yml | 2 -- .python-version | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 .python-version diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index f27402936..beb2b1237 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -79,7 +79,6 @@ jobs: uses: actions/setup-python@v5 with: cache: pip - python-version: '3.12' - name: Generate compile_commands.json run: | @@ -103,7 +102,6 @@ jobs: matrix: compiler: [ - {name: gcc, ver: 11}, {name: gcc, ver: 12}, {name: gcc, ver: 13}, {name: gcc, ver: 14}, diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a10ba0385..ebc175052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,8 +174,6 @@ jobs: - name: Set up Python if: always() && matrix.testmode == 'OFF' uses: actions/setup-python@v5 - with: - python-version: '3.12' - name: Install artistools if: always() && matrix.testmode == 'OFF' diff --git a/.python-version b/.python-version new file mode 100644 index 000000000..24ee5b1be --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.13