Skip to content

Commit baa7986

Browse files
Add 3.10, 3.11, 3.12 to push and pull CI
1 parent fbc3c5d commit baa7986

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
13-
# https://github.com/actions/setup-python/issues/682
14-
# TODO: switch macos-13 to macos-latest@arm64
15-
python-version: ['3.8', '3.9', '3.10']
16-
os: [ubuntu-latest, windows-latest, macos-13]
12+
python-version: ['3.10', '3.11', '3.12']
13+
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
1714

1815
steps:
1916
- uses: actions/checkout@v1

.github/workflows/push.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
13-
# https://github.com/actions/setup-python/issues/682
14-
# TODO: switch macos-13 to macos-latest@arm64
15-
python-version: ['3.8', '3.9', '3.10']
16-
os: [ubuntu-latest, windows-latest, macos-13]
12+
python-version: ['3.10', '3.11', '3.12']
13+
os: [ubuntu-latest, windows-latest, macos-latest@arm64]
1714

1815
steps:
1916
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)