mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Remove python 3.3 support
Django 1.9 is not compatible with python 3.3 anymore
This commit is contained in:
@@ -7,7 +7,6 @@ sudo: false
|
||||
# Python versions to test
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ should run wherever django runs.
|
||||
The application is compatible and regularly tested with
|
||||
|
||||
* sqlite, postgres
|
||||
* python 2.7, 3.3, 3.4 and 3.5
|
||||
* python 2.7, 3.4 and 3.5
|
||||
|
||||
See the :ref:`other-changes` section for content related changes to your
|
||||
installation.
|
||||
|
||||
Reference in New Issue
Block a user