mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Drop Python 3.6 (EOL) CI builds
This commit is contained in:
@@ -6,10 +6,6 @@ jobs:
|
||||
vmImage: 'Ubuntu 18.04'
|
||||
strategy:
|
||||
matrix:
|
||||
Py36:
|
||||
python: 'python3.6'
|
||||
make_venv: 'python3.6 -m venv venv'
|
||||
venv_pkg: 'python3.6-venv'
|
||||
Py37:
|
||||
python: 'python3.7'
|
||||
make_venv: 'python3.7 -m venv venv'
|
||||
|
||||
@@ -6,10 +6,6 @@ jobs:
|
||||
vmImage: 'windows-2019'
|
||||
strategy:
|
||||
matrix:
|
||||
Py36_x86:
|
||||
python.version: '3.6'
|
||||
python.arch: x86
|
||||
addToPath: true
|
||||
Py37_x86:
|
||||
python.version: '3.7'
|
||||
python.arch: x86
|
||||
@@ -27,10 +23,6 @@ jobs:
|
||||
python.arch: x86
|
||||
addToPath: true
|
||||
|
||||
Py36_x64:
|
||||
python.version: '3.6'
|
||||
python.arch: x64
|
||||
addToPath: true
|
||||
Py37_x64:
|
||||
python.version: '3.7'
|
||||
python.arch: x64
|
||||
|
||||
Reference in New Issue
Block a user