diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aa9c689b..76f50a42 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,7 @@ Unreleased: 0.17.1 (2020-04-) - Django ``Model`` meta class support - Added Django Stubs to Jedi, thanks to all contributors of the `Django Stubs `_ project +- Python 3.9 support - A few bugfixes 0.17.0 (2020-04-14) diff --git a/setup.py b/setup.py index 62096af5..131d0473 100755 --- a/setup.py +++ b/setup.py @@ -65,6 +65,7 @@ setup(name='jedi', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Editors :: Integrated Development Environments (IDE)', 'Topic :: Utilities',