mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Mention 3.9 support better
This commit is contained in:
@@ -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 <https://github.com/typeddjango/django-stubs>`_ project
|
||||
- Python 3.9 support
|
||||
- A few bugfixes
|
||||
|
||||
0.17.0 (2020-04-14)
|
||||
|
||||
1
setup.py
1
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',
|
||||
|
||||
Reference in New Issue
Block a user