Skip to content

Commit

Permalink
Remove python 3.4 from support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Jan 21, 2020
1 parent 5355acb commit eabd8b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,20 @@ matrix:
include:
- python: 2.7
env: DJANGO=1.10
- python: 3.4
env: DJANGO=1.10
- python: 3.5
env: DJANGO=1.10
- python: 3.6
env: DJANGO=1.10

- python: 2.7
env: DJANGO=1.11
- python: 3.4
env: DJANGO=1.11
- python: 3.5
env: DJANGO=1.11
- python: 3.6
env: DJANGO=1.11
- python: 3.7
env: DJANGO=1.11

- python: 3.4
env: DJANGO=2.0
- python: 3.5
env: DJANGO=2.0
- python: 3.6
Expand All @@ -42,6 +38,8 @@ matrix:
env: DJANGO=2.2
- python: 3.7
env: DJANGO=2.2
- python: 3.8
env: DJANGO=2.2

- python: 3.6
env: DJANGO=3.0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 0.4.0

- Added Django 3.0 to support matrix.
- Remove Python 3.4 from support matrix.

# 0.3.0

Expand Down
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,14 @@ Compatibility
+----------------+--------------------------------+
| Python version | Django versions |
+================+================================+
| 3.8 | 3.0 |
| 3.8 | 2.2, 3.0 |
+----------------+--------------------------------+
| 3.7 | 2.0, 2.1, 2.2, 3.0 |
| 3.7 | 1.11, 2.0, 2.1, 2.2, 3.0 |
+----------------+--------------------------------+
| 3.6 | 1.10, 1.11, 2.0, 2.1, 2.2, 3.0 |
+----------------+--------------------------------+
| 3.5 | 1.10, 1.11, 2.0, 2.1, 2.2 |
+----------------+--------------------------------+
| 3.4 | 1.10, 1.11, 2.0 |
+----------------+--------------------------------+
| 2.7 | 1.10, 1.11 |
+----------------+--------------------------------+

Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tox]
envlist =
py{27,34,35,36}-{dj110,dj111}-{db,cached_db},
py{34,35,36,37}-dj20-{db,cached_db},
py{35,36,37}-{dj21,dj22}-{db,cached_db},
py{27,35,36}-{dj110,dj111}-{db,cached_db},
py{35,36,37}-{dj20,dj21,dj22}-{db,cached_db},
py{36,37,38}-{dj30}-{db,cached_db},
py{36,37,38}-{djmaster}-{db,cached_db}

Expand Down

0 comments on commit eabd8b3

Please sign in to comment.