mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-24 20:56:40 +08:00
Increase the required vesion of parso
This commit is contained in:
2
setup.py
2
setup.py
@@ -37,7 +37,7 @@ setup(name='jedi',
|
||||
packages=find_packages(exclude=['test', 'test.*']),
|
||||
python_requires='>=3.8',
|
||||
# Python 3.13 grammars are added to parso in 0.8.4
|
||||
install_requires=['parso>=0.8.4,<0.9.0'],
|
||||
install_requires=['parso>=0.8.5,<0.9.0'],
|
||||
extras_require={
|
||||
'testing': [
|
||||
'pytest<9.0.0',
|
||||
|
||||
Reference in New Issue
Block a user