Skip to content

Commit

Permalink
Add Python 3.9 to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
dekoza committed Oct 11, 2020
1 parent f7258ce commit d787da6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Requirements

To be able to run **djoser** you have to meet following requirements:

- Python (3.6, 3.7, 3.8)
- Python (3.6, 3.7, 3.8, 3.9)
- Django (2.2, 3.1)
- Django REST Framework 3.11.1

Expand Down
48 changes: 0 additions & 48 deletions setup.py

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
isolated_build = true
envlist =
py3{6,7,8}-django22-drf311,
py38-django31-drf311
py3{8,9}-django31-drf311

[testenv]
whitelist_externals = poetry
Expand Down

0 comments on commit d787da6

Please sign in to comment.