Skip to content

Commit

Permalink
Drop support for Python 3.5
Browse files Browse the repository at this point in the history
Python 3.5 is end of life.
  • Loading branch information
NicolasLM committed May 27, 2021
1 parent 826062b commit 232f4c6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]

services:
redis:
Expand Down
10 changes: 0 additions & 10 deletions Makefile

This file was deleted.

4 changes: 2 additions & 2 deletions doc/hacking/contributing.rst
Expand Up @@ -53,8 +53,8 @@ tearing down the Redis server container when done.
Compatibility
-------------

Spinach runs on all versions of Python starting from 3.5. Tests are run on
Travis to ensure that.
Spinach runs on all versions of Python starting from 3.6. Tests are run via
GitHub actions to ensure that.

Documentation sources
---------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/user/install.rst
Expand Up @@ -7,7 +7,7 @@ Prerequisites
-------------

Spinach is written in Python 3, prior to use it you must make sure you have a
Python 3.5+ interpreter on your system.
Python 3.6+ interpreter on your system.

Pip
---
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -34,7 +34,6 @@
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 232f4c6

Please sign in to comment.