Skip to content

Commit 5fc460e

Browse files
authored
chore: drop py36 support (#344)
1 parent e557ade commit 5fc460e

7 files changed

Lines changed: 2 additions & 51 deletions

File tree

.github/workflows/ci_tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- os: macos-latest
2626
architecture: x64
2727
python:
28-
- 3.6
2928
- 3.7
3029
- 3.8
3130
- 3.9

api_compatibility_tests/tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{3,38}-awses_cli_{1.7.0,1.8.0,1.9.0,2.0.0,2.1.0,2.2.0,3.0.0,3.1.0,4.0.0,4.1.0}
3+
py{3,38}-awses_cli_{1.7.0,1.8.0,1.9.0,2.0.0,2.1.0,2.2.0,3.0.0,3.1.0,3.1.2,4.0.0,4.1.0}
44

55
[testenv:base-command]
66
commands = pytest --basetemp={envtmpdir} -l test/ {posargs}
@@ -33,6 +33,7 @@ deps =
3333
awses_cli_2.2.0: -rcompatibility-requirements/2.2.0
3434
awses_cli_3.0.0: -rcompatibility-requirements/3.0.0
3535
awses_cli_3.1.0: -rcompatibility-requirements/3.1.0
36+
awses_cli_3.1.2: -rcompatibility-requirements/3.1.2
3637
awses_cli_4.0.0: -rcompatibility-requirements/4.0.0
3738
awses_cli_4.1.0: -rcompatibility-requirements/4.1.0
3839
awses_cli_local: -e {env:AWSES_CLI_LOCAL_PATH}

buildspec.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ version: 0.2
33
batch:
44
fast-fail: false
55
build-list:
6-
- identifier: py36_integ
7-
buildspec: codebuild/py36/integ.yml
8-
- identifier: py36_examples
9-
buildspec: codebuild/py36/examples.yml
10-
116
- identifier: py37_integ
127
buildspec: codebuild/py37/integ.yml
138
- identifier: py37_examples

codebuild/py36/examples.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

codebuild/py36/integ.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

examples/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def get_requirements():
4848
"License :: OSI Approved :: Apache Software License",
4949
"Programming Language :: Python",
5050
"Programming Language :: Python :: 3",
51-
"Programming Language :: Python :: 3.6",
5251
"Programming Language :: Python :: 3.7",
5352
"Programming Language :: Python :: 3.8",
5453
"Programming Language :: Python :: 3.9",

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def get_requirements():
4949
"License :: OSI Approved :: Apache Software License",
5050
"Programming Language :: Python",
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.6",
5352
"Programming Language :: Python :: 3.7",
5453
"Programming Language :: Python :: 3.8",
5554
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)