Skip to content

Commit 3f0a12b

Browse files
committed
test windows ci python >= 3.8
1 parent 9ca4f39 commit 3f0a12b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Diff for: .github/workflows/python_wheel.yml

-18
Original file line numberDiff line numberDiff line change
@@ -140,24 +140,6 @@ jobs:
140140
- name: Install GCC and make
141141
run: C:\msys64\usr\bin\bash.exe -lc "pacman -Sy --noconfirm make mingw-w64-x86_64-toolchain mingw-w64-x86_64-fftw"
142142

143-
- name: Build and Test Python 3.6
144-
uses: actions/setup-python@v2
145-
with:
146-
python-version: '3.6'
147-
architecture: 'x64'
148-
- run: |
149-
.\.github\workflows\python_build_win.ps1
150-
.\.github\workflows\python_test_win.ps1
151-
152-
- name: Build and Test Python 3.7
153-
uses: actions/setup-python@v2
154-
with:
155-
python-version: '3.7'
156-
architecture: 'x64'
157-
- run: |
158-
.\.github\workflows\python_build_win.ps1
159-
.\.github\workflows\python_test_win.ps1
160-
161143
- name: Build and Test Python 3.8
162144
uses: actions/setup-python@v2
163145
with:

0 commit comments

Comments
 (0)