Drop official support for Python 3.4 (#121)
Python 3.4 has reached end-of-life so remove it from the set of officially supported Python versions.
This commit is contained in:
parent
2af7037feb
commit
0ca032265a
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ branches:
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
|
1
setup.py
1
setup.py
|
@ -29,7 +29,6 @@ setup(
|
|||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
|
|
Loading…
Reference in a new issue