Skip to content

Commit fdfcd18

Browse files
committed
Mark VERSION_TUPLE deprecated
1 parent 7ff1c53 commit fdfcd18

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

xxhash/__init__.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ _InputType = Union[str, Buffer]
88

99
VERSION: str
1010
XXHASH_VERSION: str
11+
#: Deprecated, will be removed in the next major release
1112
VERSION_TUPLE: tuple[int, ...]
1213

1314
algorithms_available: set[str]

xxhash/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
VERSION = "3.5.0"
2+
#: Deprecated, will be removed in the next major release
23
VERSION_TUPLE = (3, 5, 0)

0 commit comments

Comments
 (0)