removed python 3.6 support

This commit is contained in:
Bryan Bailey
2022-04-01 22:08:02 -04:00
parent 0a2f5d753a
commit f1b234a8cc
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
python-version: ['3.6', '3.7', '3.8', '3.9'] python-version: ['3.7', '3.8', '3.9']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@@ -1,11 +1,10 @@
[tox] [tox]
minversion = 3.8.0 minversion = 3.8.0
envlist = py36, py37, py38, py39 envlist = py37, py38, py39
isolated_build = true isolated_build = true
[gh-actions] [gh-actions]
python = python =
3.6: py36
3.6: py37 3.6: py37
3.8: py38 3.8: py38
3.9: py39 3.9: py39