Skip to content
New issue

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

fix: update all enum classes to support python 3.11+ users #168

Merged
merged 3 commits into from
Dec 11, 2023

Commits on Dec 11, 2023

  1. ⚡ import StrEnum

    StrEnum is available for 3.11+ only. fallback to (str, Enum) for other python versions
    ajndkr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c395b07 View commit details
    Browse the repository at this point in the history
  2. ⚡ update all enum classes

    ajndkr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0497193 View commit details
    Browse the repository at this point in the history
  3. bump(ver): 0.8.2 → 0.8.3

    ajndkr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    84d6e28 View commit details
    Browse the repository at this point in the history