Skip to content

Commit

Permalink
Drop 3.4, add 3.7 classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Aug 30, 2019
1 parent 31067a7 commit d4adcbd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ language: python
sudo: true

python:
- 3.4
- 3.5
- 3.6
- 3.7
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ environment:
VENV: "%APPVEYOR_BUILD_FOLDER%\\venv"

matrix:
- TOXENV: py34
PYTHON: "C:\\Python34"

- TOXENV: py34
PYTHON: "C:\\Python34-x64"

- TOXENV: py35
PYTHON: "C:\\Python35"

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
python_requires='>=3.5',
install_requires=[
'attrs',
'jinja2',
Expand Down

0 comments on commit d4adcbd

Please sign in to comment.