Skip to content

Commit

Permalink
Drop support for Python 3.5
Browse files Browse the repository at this point in the history
This has move has been announced before and is performed to use some
newer language features of Python (e.g. inline type annotations).
  • Loading branch information
tomka committed Jun 21, 2019
1 parent 446c064 commit aef8642
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ notifications:
language: python
cache: pip
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
- "pypy3.5"
- "pypy3.6-7.1.1"
matrix:
allow_failures:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Under development


### Notes

- Python 3.5 is not supported anymore. Use Python 3.6 or 3.7.


### Features and enhancements

Expand Down
2 changes: 1 addition & 1 deletion sphinx-doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Introduction
The most fundamental dependencies of CATMAID are:

1. PostgreSQL >= 10 and PostGIS >= 2.4
2. Python 3.5, 3.6 or PyPy3
2. Python 3.5, 3.7 or PyPy3.6
3. Imagemagick (for generating image tiles)

To get the required PostgreSQL version for Debian-based systems, such as
Expand Down

0 comments on commit aef8642

Please sign in to comment.