Skip to content

Commit

Permalink
Run CI on oldest supported python (3.9)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
  • Loading branch information
timkpaine committed Oct 31, 2024
1 parent 0d6dde3 commit 2084286
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.11]
os: [ubuntu-latest, macos-13] # NOTE: use macos-13 as no standard csp wheels for arm64 3.9
python-version: [3.9]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -64,8 +64,7 @@ jobs:
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: |
**/junit.xml
files: junit.xml
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Twine check
Expand Down

0 comments on commit 2084286

Please sign in to comment.