diff --git a/docs/modeltranslation/installation.rst b/docs/modeltranslation/installation.rst index 9bb20c7..da56a3a 100644 --- a/docs/modeltranslation/installation.rst +++ b/docs/modeltranslation/installation.rst @@ -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 --------- diff --git a/setup.py b/setup.py index 4dcb1af..de2f331 100755 --- a/setup.py +++ b/setup.py @@ -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',