Skip to content

Commit

Permalink
Drop support for Python 2.7 and 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
and-semakin committed Jul 23, 2020
1 parent bf1dfde commit 33fd9ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,6 @@
sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -28,7 +28,8 @@ def read(fname):
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Testing',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Operating System :: OS Independent',
'License :: OSI Approved :: Apache Software License',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
# For more information about tox, see https://tox.readthedocs.org/en/latest/
[tox]
envlist = py{27,34,35,36,37,38}-pytest{30,31,325,330,466,latest}
envlist = py{35,36,37,38}-pytest{30,31,325,330,466,latest}
[testenv]
deps=
pytest30: pytest==3.0.7
Expand Down

0 comments on commit 33fd9ba

Please sign in to comment.