Prepare release 0.8.5
Some checks failed
Build / lint (push) Has been cancelled
Build / test (false, 3.10) (push) Has been cancelled
Build / test (false, 3.11) (push) Has been cancelled
Build / test (false, 3.12) (push) Has been cancelled
Build / test (false, 3.13) (push) Has been cancelled
Build / test (false, 3.8) (push) Has been cancelled
Build / test (false, 3.9) (push) Has been cancelled
Build / coverage (push) Has been cancelled

This commit is contained in:
Dave Halter
2025-08-23 17:12:20 +02:00
parent 7e4777b775
commit be9f5a401f
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ Changelog
Unreleased Unreleased
++++++++++ ++++++++++
0.8.5 (2025-08-23)
++++++++++++++++++
- Add a fallback grammar for Python 3.14+
0.8.4 (2024-04-05) 0.8.4 (2024-04-05)
++++++++++++++++++ ++++++++++++++++++

View File

@@ -43,7 +43,7 @@ from parso.grammar import Grammar, load_grammar
from parso.utils import split_lines, python_bytes_to_unicode from parso.utils import split_lines, python_bytes_to_unicode
__version__ = '0.8.4' __version__ = '0.8.5'
def parse(code=None, **kwargs): def parse(code=None, **kwargs):