Browse Source

Drop support for Python 3.5

Matt Westcott 4 years ago
parent
commit
ff47c58d65
7 changed files with 11 additions and 6 deletions
  1. 1 1
      .readthedocs.yml
  2. 2 2
      .travis.yml
  3. 1 0
      CHANGELOG.txt
  4. 1 1
      README.md
  5. 5 0
      docs/releases/2.10.rst
  6. 1 1
      docs/releases/upgrading.rst
  7. 0 1
      setup.py

+ 1 - 1
.readthedocs.yml

@@ -1,4 +1,4 @@
 python:
-    version: 3.5
+    version: 3.7
     pip_install: true
 requirements_file: null

+ 2 - 2
.travis.yml

@@ -7,8 +7,8 @@ addons:
 
 matrix:
   include:
-   - env: TOXENV=py35-dj22-mysql-noelasticsearch
-     python: 3.5
+   - env: TOXENV=py36-dj22-mysql-noelasticsearch
+     python: 3.6
    - env: TOXENV=py36-dj22-postgres-noelasticsearch
      python: 3.6
    - env: TOXENV=py37-dj22-sqlite-noelasticsearch

+ 1 - 0
CHANGELOG.txt

@@ -4,6 +4,7 @@ Changelog
 2.10 (xx.xx.xxxx) - IN DEVELOPMENT
 ~~~~~~~~~~~~~~~~~
 
+ * Removed support for Python 3.5
  * Reorganised Dockerfile in project template to follow best practices (Tomasz Knapik, Jannik Wempe)
  * Added filtering to locked pages report (Karl Hobley)
 

+ 1 - 1
README.md

@@ -57,7 +57,7 @@ _(If you are reading this on GitHub, the details here may not be indicative of t
 Wagtail supports:
 
 * Django 2.2.x and 3.0.x
-* Python 3.5, 3.6, 3.7 and 3.8
+* Python 3.6, 3.7 and 3.8
 * PostgreSQL, MySQL and SQLite as database backends
 
 [Previous versions of Wagtail](https://docs.wagtail.io/en/stable/releases/upgrading.html#compatible-django-python-versions) additionally supported Python 2.7 and Django 1.x.

+ 5 - 0
docs/releases/2.10.rst

@@ -26,3 +26,8 @@ Bug fixes
 
 Upgrade considerations
 ======================
+
+Removed support for Python 3.5
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Python 3.5 is no longer supported as of this release; please upgrade to Python 3.6 or above before upgrading Wagtail.

+ 1 - 1
docs/releases/upgrading.rst

@@ -135,5 +135,5 @@ The compatible versions of Django and Python for each Wagtail release are:
 +-------------------+------------------------------+-----------------------------+
 | 2.9               | 2.2, 3.0                     | 3.5, 3.6, 3.7, 3.8          |
 +-------------------+------------------------------+-----------------------------+
-| 2.10              | 2.2, 3.0                     | 3.5, 3.6, 3.7, 3.8          |
+| 2.10              | 2.2, 3.0                     | 3.6, 3.7, 3.8               |
 +-------------------+------------------------------+-----------------------------+

+ 0 - 1
setup.py

@@ -96,7 +96,6 @@ https://github.com/wagtail/wagtail/.",
         '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',