Mention 3.9 support better

This commit is contained in:
Dave Halter
2020-06-16 08:42:18 +02:00
parent 1872ad311b
commit 61ad05d511
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ Unreleased: 0.17.1 (2020-04-)
- Django ``Model`` meta class support - Django ``Model`` meta class support
- Added Django Stubs to Jedi, thanks to all contributors of the - Added Django Stubs to Jedi, thanks to all contributors of the
`Django Stubs <https://github.com/typeddjango/django-stubs>`_ project `Django Stubs <https://github.com/typeddjango/django-stubs>`_ project
- Python 3.9 support
- A few bugfixes - A few bugfixes
0.17.0 (2020-04-14) 0.17.0 (2020-04-14)

View File

@@ -65,6 +65,7 @@ setup(name='jedi',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Editors :: Integrated Development Environments (IDE)', 'Topic :: Text Editors :: Integrated Development Environments (IDE)',
'Topic :: Utilities', 'Topic :: Utilities',