Skip to content

Commit

Permalink
Merge pull request #328 from jazzband/python39
Browse files Browse the repository at this point in the history
Add support for Python 3.9
  • Loading branch information
Natim committed Dec 10, 2020
2 parents f255993 + 202ced8 commit 3d49b97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
jobs:
fast_finish: true
include:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ In your code:
Releases
========

Latest release is 3.0.1. It supports Python 3.6, 3.7 and 3.8 with Django 2.2 and 3.0
Latest release is 3.1.0. It supports Python 3.6+ with Django 2.2 and 3.0

Previous releases can be found on github, but they are no longer maintained.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def read_file(filename):
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
py36-django{22,30},
py37-django{22,30},
py38-django{22,30},
py39-django{22,30},
flake8

[testenv]
Expand Down

0 comments on commit 3d49b97

Please sign in to comment.