Skip to content

Commit

Permalink
chore: drop py36 support (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Nov 29, 2022
1 parent 8b6a493 commit a753ff8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 56 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Getting Started
Required Prerequisites
======================

* Python 3.6+
* Python 3.7+
* cryptography >= 2.5.0
* boto3 >= 1.10.0
* attrs
Expand Down
5 changes: 0 additions & 5 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ version: 0.2
batch:
fast-fail: false
build-list:
- identifier: py36_integ
buildspec: codebuild/py36/integ.yml
- identifier: py36_examples
buildspec: codebuild/py36/examples.yml

- identifier: py37_integ
buildspec: codebuild/py37/integ.yml
- identifier: py37_examples
Expand Down
24 changes: 0 additions & 24 deletions codebuild/py36/examples.yml

This file was deleted.

24 changes: 0 additions & 24 deletions codebuild/py36/integ.yml

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def get_requirements():
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{36,37,38,39,310}-{local,integ,accept,examples}, nocmk,
py{37,38,39,310}-{local,integ,accept,examples}, nocmk,
bandit, doc8, readme, docs,
{flake8,pylint}{,-tests,-examples},
isort-check, black-check,
Expand Down

0 comments on commit a753ff8

Please sign in to comment.