Skip to content

Commit

Permalink
removed support for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed May 13, 2020
1 parent 3aa8be8 commit 8f48446
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python27:
python.version: '2.7'
# Python34:
# python.version: '3.4'
Python35:
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- 2.7
- 3.6
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to `Semantic Versioning`_.
--------------------------
Changed
'''''''
- Removed support for Python 2.7.
- Ellipse of best fit method calls the `lsq-ellipse`_ package.

`1.1.2`_ - 2019-11-07
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def find_version(*fname):
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering',
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[tox]
envlist = clean,
check,
py27,
py36,
py37
docs
Expand Down

0 comments on commit 8f48446

Please sign in to comment.