We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueEnum
Is the ValueEnum the same thing as StrEnum added into Python 3.11+ std lib?
StrEnum
jobflow/src/jobflow/utils/enum.py
Lines 6 to 16 in beb78b1
If so we could replace with ValueEnum with StrEnum in ~2 years. Feel free to leave a note in the code (or not) and close this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is the
ValueEnum
the same thing asStrEnum
added into Python 3.11+ std lib?jobflow/src/jobflow/utils/enum.py
Lines 6 to 16 in beb78b1
If so we could replace with
ValueEnum
withStrEnum
in ~2 years. Feel free to leave a note in the code (or not) and close this issue.The text was updated successfully, but these errors were encountered: