1
0
forked from VimPlug/jedi

Claim support for Python 3.12

This commit is contained in:
Peter Law
2023-09-16 19:27:51 +01:00
parent 29890c1f29
commit 770cdade00
4 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ setup(name='jedi',
long_description=readme,
packages=find_packages(exclude=['test', 'test.*']),
python_requires='>=3.6',
# Python 3.11 grammar is added to parso in 0.8.3
# Python 3.11 & 3.12 grammars are added to parso in 0.8.3
install_requires=['parso>=0.8.3,<0.9.0'],
extras_require={
'testing': [
@@ -97,6 +97,7 @@ setup(name='jedi',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
'Topic :: Utilities',