Skip to content

Commit 65fdce3

Browse files
committed
Remove 3.6, add 3.12 for osx and Windows
1 parent 05b8cf2 commit 65fdce3

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.github/workflows/osx.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ on: [push]
55
jobs:
66
build_osx:
77
runs-on: macos-latest
8+
permissions:
9+
id-token: write
810
strategy:
911
max-parallel: 5
1012
matrix:
11-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
13+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
1214
include:
13-
- python-version: 3.6
14-
py-short: 36
15-
py-short2: 36m
1615
- python-version: 3.7
1716
py-short: 37
1817
py-short2: 37m
@@ -28,6 +27,9 @@ jobs:
2827
- python-version: "3.11"
2928
py-short: 311
3029
py-short2: 311
30+
- python-version: "3.12"
31+
py-short: 312
32+
py-short2: 312
3133

3234
steps:
3335
- uses: actions/checkout@v3

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11"]
11+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
1212
include:
13-
- python-version: 3.6
14-
py-short: 36
15-
py-short2: 36m
1613
- python-version: 3.7
1714
py-short: 37
1815
py-short2: 37m
@@ -28,6 +25,9 @@ jobs:
2825
- python-version: "3.11"
2926
py-short: 311
3027
py-short2: 311
28+
- python-version: "3.12"
29+
py-short: 312
30+
py-short2: 312
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)