Drop Python 3.6 (EOL) CI builds

This commit is contained in:
Scott Talbert
2022-01-24 13:46:46 -05:00
parent b2199e299a
commit eb20dd0619
2 changed files with 0 additions and 12 deletions

View File

@@ -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'

View File

@@ -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