Skip to content

Commit

Permalink
Update documented Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed Dec 22, 2019
1 parent 4309861 commit c6ead20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Targets & testing

The codebase is targeted and tested against:

* Django 1.11.x against Python 3.4, 3.5, 3.6, and PyPy
* Django 1.11.x against Python 3.4, 3.5, 3.6
* Django 2.0.x against Python 3.4, 3.5, 3.6, 3.7
* Django 2.1.x against Python 3.5, 3.6, 3.7
* Django 2.2.x against Python 3.5, 3.6, 3.7, 3.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Django",
],
install_requires=dependencies,
Expand Down

0 comments on commit c6ead20

Please sign in to comment.