chore: Add python 3.9 to supported version list

This commit is contained in:
Serg Tereshchenko 2021-04-15 21:52:11 +03:00
parent ce12610672
commit 1fe45d3b37
2 changed files with 12 additions and 9 deletions

View file

@ -8,20 +8,21 @@ Requirements
Which Modeltranslation version is required for given Django-Python combination to work?
======= ==== ==== ==== ==== ==== ==== ==== ====
======= ==== ==== ==== ==== ==== ==== ==== ==== ====
Python Django
------- ---------------------------------------
version 1.8 1.9 1.10 1.11 2.0 2.1 2.2 3.0
======= ==== ==== ==== ==== ==== ==== ==== ====
------- --------------------------------------- ----
version 1.8 1.9 1.10 1.11 2.0 2.1 2.2 3.0 3.2
======= ==== ==== ==== ==== ==== ==== ==== ==== ====
2.7 |9| |11| |12| |13|
3.2 |9|
3.3 |9|
3.4 |9| |11| |12| |13| |13|
3.5 |9| |11| |12| |13| |13| |13|
3.6 |13| |13| |13| |14| |14|
3.7 |13| |13| |14| |14|
3.8 |13| |13| |14| |14|
======= ==== ==== ==== ==== ==== ==== ==== ====
3.6 |13| |13| |13| |15| |15| |17|
3.7 |13| |13| |15| |15| |17|
3.8 |13| |13| |15| |15| |17|
3.9 |13| |13| |15| |15| |17|
======= ==== ==== ==== ==== ==== ==== ==== ==== ====
(``-X`` denotes "up to version X", whereas ``X+`` means "from version X upwards")
@ -29,7 +30,8 @@ version 1.8 1.9 1.10 1.11 2.0 2.1 2.2 3.0
.. |11| replace:: 0.11+
.. |12| replace:: 0.12+
.. |13| replace:: 0.13+
.. |14| replace:: 0.15+
.. |15| replace:: 0.15+
.. |17| replace:: 0.17+
Using Pip
---------

View file

@ -43,6 +43,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Operating System :: OS Independent',
'Environment :: Web Environment',
'Intended Audience :: Developers',