Skip to content

Commit

Permalink
chore: Add python 3.9 to supported version list
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Apr 15, 2021
1 parent ce12610 commit 1fe45d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/modeltranslation/installation.rst
Expand Up @@ -8,28 +8,30 @@ 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")

.. |9| replace:: 0.9+
.. |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
---------
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -43,6 +43,7 @@
'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',
Expand Down

0 comments on commit 1fe45d3

Please sign in to comment.