Skip to content

Commit

Permalink
Merge pull request #1838 from claudep/remove35
Browse files Browse the repository at this point in the history
Remove support for Python 3.5
  • Loading branch information
acdha committed Mar 3, 2022
2 parents 47793a1 + 6e7f068 commit 882bd97
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9]
elastic-version: [1.7, 2.4, 5.5, '7.13.1']
include:
- django-version: 2.2
python-version: 3.5
elastic-version: 1.7
- django-version: 2.2
python-version: 3.5
elastic-version: 2.4
- django-version: 2.2
python-version: 3.5
elastic-version: 5.5
- django-version: 2.2
python-version: 3.5
elastic-version: '7.13.1'
- django-version: '4.0'
python-version: 3.8
elastic-version: 5.5
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Requirements

Haystack has a relatively easily-met set of requirements.

* Python 3.5+
* Python 3.6+
* A supported version of Django: https://www.djangoproject.com/download/#supported-versions

Additionally, each backend has its own requirements. You should refer to
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
docs
py35-django2.2-es{1.x,2.x,5.x,7.x}
py{36,37,38,39,310,py}-django{2.2,3.0,3.1,3.2,4.0}-es{1.x,2.x,5.x,7.x}


Expand Down

0 comments on commit 882bd97

Please sign in to comment.