chore: drop py36 support (#530) · josecorella/aws-encryption-sdk-python@a753ff8 (original) (raw)
`@@ -1,6 +1,6 @@
`
1
1
`[tox]
`
2
2
`envlist =
`
3
``
`-
py{36,37,38,39,310}-{local,integ,accept,examples}, nocmk,
`
``
3
`+
py{37,38,39,310}-{local,integ,accept,examples}, nocmk,
`
4
4
` bandit, doc8, readme, docs,
`
5
5
` {flake8,pylint}{,-tests,-examples},
`
6
6
` isort-check, black-check,
`