Skip to content

Commit 61a6294

Browse files
authored
Try all platforms on 3.12
1 parent c8b5ca3 commit 61a6294

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
fail-fast: false
119119
matrix:
120120
os: [ubuntu-latest, macos-latest, windows-latest]
121-
python: ['3.8', '3.11']
121+
python: ['3.8', '3.11', '3.12']
122122
include:
123123
- python: '3.8'
124124
dist: 'notebook*.tar.gz'
@@ -132,9 +132,6 @@ jobs:
132132
py_cmd: python3
133133
- os: ubuntu-latest
134134
py_cmd: python
135-
- os: ubuntu-latest
136-
py_cmd: python
137-
python: "3.12"
138135
steps:
139136
- name: Install Python
140137
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)