Skip to content

Commit

Permalink
21.3.0 drops Python 2.7 support.
Browse files Browse the repository at this point in the history
I mean, you _can_ import awssm, but the tests don't work on 2.7 any
more.
  • Loading branch information
offbyone committed Jun 27, 2021
1 parent 2fdfdba commit 929ee4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
name: "Python ${{ matrix.python-version }}"
runs-on: "ubuntu-latest"
env:
USING_COVERAGE: '2.7,3.8'
USING_COVERAGE: '3.8'

strategy:
matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10.0-alpha - 3.10"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10.0-alpha - 3.10"]

steps:
- uses: "actions/checkout@v2"
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ filterwarnings =
# Keep docs in sync with docs env and .readthedocs.yml.
[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37, docs
Expand All @@ -20,7 +19,7 @@ python =


[tox]
envlist = lint,py27,py35,py36,py37,py38-oldestAttrs,py38,py39,py310,manifest,docs,pypi-description,coverage-report
envlist = lint,py35,py36,py37,py38-oldestAttrs,py38,py39,py310,manifest,docs,pypi-description,coverage-report
isolated_build = true

[testenv:lint]
Expand Down

0 comments on commit 929ee4b

Please sign in to comment.