Skip to content

Commit

Permalink
remove support for Python 3.6 as it reached the end-of-life
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Nov 16, 2022
1 parent 0af92f5 commit e37c9c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8]

timeout-minutes: 30

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = check-copyright, black-check, isort-check, docs, flake8, mypy, py3.8, py3.7, py3.6
envlist = check-copyright, black-check, isort-check, docs, flake8, mypy, py3.8, py3.7

[testenv]
setenv =
Expand All @@ -19,9 +19,6 @@ commands =
--cov-report=html \
--cov-report=term

[testenv:py3.6]
basepython = python3.6

[testenv:py3.7]
basepython = python3.7

Expand Down

0 comments on commit e37c9c7

Please sign in to comment.