diff options
author | Andrew Donnellan <ajd@linux.ibm.com> | 2019-10-24 14:12:27 +1100 |
---|---|---|
committer | Daniel Axtens <dja@axtens.net> | 2019-10-24 14:36:11 +1100 |
commit | 681609f9511c13b2d7013b72d5067eeb2fa8669c (patch) | |
tree | 9d3c817f39c07c1e5e7113074fe04f2e3e812bdc /releasenotes/notes | |
parent | 2c2f52ea627dcde967391d65e03d102b41f3bc07 (diff) | |
download | patchwork-681609f9511c13b2d7013b72d5067eeb2fa8669c.tar patchwork-681609f9511c13b2d7013b72d5067eeb2fa8669c.tar.gz |
Python 3.8 support
Enable Python 3.8 in our tests and list it as a supported version.
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/python-3-8-support-59150fb6391f9b73.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/python-3-8-support-59150fb6391f9b73.yaml b/releasenotes/notes/python-3-8-support-59150fb6391f9b73.yaml new file mode 100644 index 0000000..935cfb9 --- /dev/null +++ b/releasenotes/notes/python-3-8-support-59150fb6391f9b73.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + `Python 3.8 <https://www.python.org/downloads/release/python-380/>`_ is now + supported. |