Skip to content

Commit

Permalink
✨ feat(CI.yml): Add support for Python 3.12 in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dotX12 committed Feb 3, 2025
1 parent 1a2486e commit 7af5771
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
include:
- os: macos-13
target: x86_64-apple-darwin
arch: x86_64
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

- os: macos-latest
target: aarch64-apple-darwin
arch: arm64
python-version: [ "3.9", "3.10", "3.11", "3.12" ]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7af5771

Please sign in to comment.