Skip to content

Commit

Permalink
remove support for py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Reinhold committed May 13, 2021
1 parent 6957e69 commit c3eb995
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- 3.8
- 3.7
- 3.6
install: pip install -U tox-travis
script: tox
deploy:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
'License :: OSI Approved :: Apache Software 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
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[tox]
envlist = py36, py37, py38, flake8
envlist = py37, py38, flake8

[travis]
python =
3.8: py38
3.7: py37
3.6: py36

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit c3eb995

Please sign in to comment.