Skip to content

Commit

Permalink
Testing: Upgrade GitHub Actions and Python
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 29, 2023
1 parent bbdbbc8 commit 4adfbeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-11, macos-latest, windows-2019, windows-latest]
python-version: ['3.5', '3.6', '3.7', '3.8']
python-version: ['3.5', '3.6', '3.7', '3.8', '3.12']
exclude:
# Python 3.5 and 3.6 not available in the latest Ubuntu runners
- os: ubuntu-latest
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Test Py ${{ matrix.python-version }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -60,10 +60,10 @@ jobs:
runs-on: ubuntu-latest
name: Test Py 3.7 - arm-debian-buster
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: 'linux/arm64,linux/arm/v7,linux/arm/v6'
Expand Down

0 comments on commit 4adfbeb

Please sign in to comment.