Skip to content

Commit

Permalink
Drop support for EOL Pythons 2.7, 3.4, & 3.5
Browse files Browse the repository at this point in the history
3.5 isn't actually EOL for another few months, but dropping support now
anyway for CI testing.

Signed-off-by: Andrew MacDonald <andrew@maccas.net>
  • Loading branch information
amacd31 committed Jul 29, 2020
1 parent a80eb64 commit 50836c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# Work around travis ci shallow clone not working with conda build
git:
depth: 99999
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ software, and includes an evaluation between InfluxDB, PhilDB, and SciDB.
Dependencies
------------

Requires Python 2.7 or greater (mostly tested with Python 2.7 and Python 3.5 on Mac OSX and Linux).
Test suite runs on Linux using Travis CI with Python 2.7, 3.4, 3.5, and 3.6.
Requires Python 3.7 or greater (mostly tested on Mac OSX and Linux).
Test suite runs on Linux using Travis CI with Python 3.6, 3.7, and 3.8.
Test suite runs on Windows using Appveyor with Python 3.4.

All the python dependencies are recorded in the python\_requirements
Expand Down
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,9 @@
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: BSD License",
"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",
"Programming Language :: Python :: 3.8",
],
)

0 comments on commit 50836c6

Please sign in to comment.