Skip to content

Commit

Permalink
Python 3.12 breaks a lot of older stuff due to missing distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Aug 12, 2024
1 parent 73f37a6 commit 8201c99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Test on ${{ matrix.os }} with Python ${{ matrix.python-version }}
name: Test with Python ${{ matrix.python-version }} and ${{ matrix.req-version }} requirements on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
Expand All @@ -21,6 +21,8 @@ jobs:
req-version: "newest"
- python-version: "3.12"
req-version: "oldest"
- python-version: "3.12"
req-version: "middle"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 8201c99

Please sign in to comment.