Updates testing to python 3.9 (#548)

This commit is contained in:
Ilan Steemers
2021-05-01 13:18:33 +02:00
committed by GitHub
parent 9afcb9e092
commit 685691ff4c
5 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -27,12 +27,12 @@ Installation
Requirements
------------
Django Q is tested for Python 3.7 and 3.8
Django Q is tested for Python 3.7, 3.8 and 3.9
- `Django <https://www.djangoproject.com>`__
Django Q aims to use as much of Django's standard offerings as possible
The code is tested against Django versions `2.2.x` and `3.1.x`.
The code is tested against Django versions `2.2.x` and `3.2.x`.
Please note that Django versions below 2.0 do not support Python 3.7
- `Django-picklefield <https://github.com/gintas/django-picklefield>`__