Skip to content

Commit

Permalink
fix: python < 3.10 compat, really
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 10, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Urhengulas Johann Hemmann
1 parent c9edd02 commit 5a2493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valkey/__init__.py
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ def int_or_str(value):


__version__: str
VERSION: Tuple[Union[int | str], ...]
VERSION: Tuple[Union[int, str], ...]

try:
__version__ = metadata.version("valkey")

0 comments on commit 5a2493a

Please sign in to comment.