Document Python 3.7 support

pull/4819/head
Matt Westcott 2018-10-17 17:30:34 +01:00 zatwierdzone przez Matt Westcott
rodzic 83f8988058
commit 4bb8a5f420
5 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -4,6 +4,8 @@ Changelog
2.4 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
* Added support for Python 3.7 (Matt Westcott)
2.3 LTS (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -52,7 +52,7 @@ Wagtail is used by NASA, Google, Oxfam, the NHS, Mozilla, MIT, the Red Cross, Sa
Wagtail supports:
* Django 2.0.x and 2.1.x
* Python 3.4, 3.5 and 3.6
* Python 3.4, 3.5, 3.6 and 3.7
* PostgreSQL, MySQL and SQLite as database backends
Previous versions of Wagtail (1.13 and earlier) additionally supported Python 2.7 and Django 1.x.

Wyświetl plik

@ -14,6 +14,8 @@ What's new
Other features
~~~~~~~~~~~~~~
* Added support for Python 3.7 (Matt Westcott)
Bug fixes
~~~~~~~~~

Wyświetl plik

@ -139,4 +139,6 @@ The compatible versions of Django and Python for each Wagtail release are:
+-------------------+------------------------------+-----------------------------+
| 2.3 LTS | 1.11, 2.0, 2.1 | 3.4, 3.5, 3.6 |
+-------------------+------------------------------+-----------------------------+
| 2.4 | 2.0, 2.1 | 3.4, 3.5, 3.6, 3.7 |
+-------------------+------------------------------+-----------------------------+

Wyświetl plik

@ -92,8 +92,8 @@ https://github.com/wagtail/wagtail/.",
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Wagtail',