Skip to content

Commit 7af5771

Browse files
committed
✨ feat(CI.yml): Add support for Python 3.12 in CI workflow
1 parent 1a2486e commit 7af5771

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,15 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46+
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
4647
include:
4748
- os: macos-13
4849
target: x86_64-apple-darwin
4950
arch: x86_64
50-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
5151

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

5756
runs-on: ${{ matrix.os }}
5857
steps:

0 commit comments

Comments
 (0)