Skip to content

Commit

Permalink
Add support for Python 3.7 / 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed Mar 2, 2021
1 parent 505f9d9 commit ce5b49f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -19,6 +19,11 @@ jobs:
django-family:
- 111
- 22
include:
- python-version: 3.7
django-family: 22
- python-version: 3.8
django-family: 22
exclude:
- python-version: pypy3
django-family: 111
Expand Down
4 changes: 3 additions & 1 deletion ChangeLog
Expand Up @@ -4,7 +4,9 @@ ChangeLog
2.8.6 (unreleased)
------------------

- Nothing changed yet.
*New:*

* Add support for Python 3.7 / Python 3.8


2.8.5 (2020-04-29)
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Expand Up @@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules

[options]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,7 +1,7 @@
[tox]
envlist =
py{27,34,35,36,37}-django111
py{35,36,37}-django22
py{35,36,37,38}-django22
pypy3-django{111,22}
lint

Expand Down

0 comments on commit ce5b49f

Please sign in to comment.