Skip to content

Commit

Permalink
ci: add python 3.12 and 3.13, and use macos-13 and macos-14
Browse files Browse the repository at this point in the history
Update the CI to cover all supported python versions. Switch from
deprecated macos-12 runner to macos-13 (x86_64) and macos-14 (arm64).
  • Loading branch information
rokm committed Oct 23, 2024
1 parent d4f1599 commit a08c1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
pyinstaller: ["https://github.com/pyinstaller/pyinstaller/archive/develop.zip"]
os: ["macos-12", "ubuntu-22.04", "windows-latest"]
os: ["macos-13", "macos-14", "ubuntu-22.04", "windows-latest"]
fail-fast: false

env:
Expand Down

0 comments on commit a08c1e5

Please sign in to comment.