Skip to content

Commit cdd5935

Browse files
committed
fix: add PYTHON_VERSION_STATUS_UNSPECIFIED enum value
1 parent a79f69f commit cdd5935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/api_core/_python_version_support.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
class PythonVersionStatus(enum.Enum):
2626
"""Represent the support status of a Python version."""
2727

28+
PYTHON_VERSION_STATUS_UNSPECIFIED = "PYTHON_VERSION_STATUS_UNSPECIFIED"
2829
PYTHON_VERSION_UNSUPPORTED = "PYTHON_VERSION_UNSUPPORTED"
2930
PYTHON_VERSION_EOL = "PYTHON_VERSION_EOL"
3031
PYTHON_VERSION_DEPRECATED = "PYTHON_VERSION_DEPRECATED"

0 commit comments

Comments
 (0)