Skip to content

Commit

Permalink
Drop gcc-11 support (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 28, 2024
1 parent 4efe042 commit d092a22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
uses: actions/setup-python@v5
with:
cache: pip
python-version: '3.12'

- name: Generate compile_commands.json
run: |
Expand All @@ -103,7 +102,6 @@ jobs:
matrix:
compiler:
[
{name: gcc, ver: 11},
{name: gcc, ver: 12},
{name: gcc, ver: 13},
{name: gcc, ver: 14},
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.13

0 comments on commit d092a22

Please sign in to comment.