mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-28 15:07:03 +08:00
Increate the _PICKLE_VERSION to avoid issues with the latest breaking change
This commit is contained in:
@@ -18,7 +18,7 @@ from parso._compatibility import FileNotFoundError
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
|
||||
_PICKLE_VERSION = 31
|
||||
_PICKLE_VERSION = 32
|
||||
"""
|
||||
Version number (integer) for file system cache.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user