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 SlurmFlag Enum and ReservationReoccurrence Enum #374

Merged
merged 3 commits into from
Feb 2, 2025

Conversation

tazend
Copy link
Member

@tazend tazend commented Feb 2, 2025

No description provided.

@tazend tazend self-assigned this Feb 2, 2025
@tazend tazend merged commit ff205f7 into PySlurm:main Feb 2, 2025
1 of 5 checks passed
@tazend tazend deleted the fix/reservation-enums branch February 2, 2025 11:17
tazend added a commit that referenced this pull request Feb 2, 2025
* fix accidentally importing StrEnum

* We can't use auto with multiple other values after it, sadly.

Due to a bug in stdlib Enum, that is only fixed in 3.11 and 3.12

* fix SlurmFlag for Python < 3.10

(cherry picked from commit ff205f7)
tazend added a commit that referenced this pull request Feb 2, 2025
* fix accidentally importing StrEnum

* We can't use auto with multiple other values after it, sadly.

Due to a bug in stdlib Enum, that is only fixed in 3.11 and 3.12

* fix SlurmFlag for Python < 3.10

(cherry picked from commit ff205f7)
tazend added a commit that referenced this pull request Feb 2, 2025
* fix accidentally importing StrEnum

* We can't use auto with multiple other values after it, sadly.

Due to a bug in stdlib Enum, that is only fixed in 3.11 and 3.12

* fix SlurmFlag for Python < 3.10

(cherry picked from commit ff205f7)
(cherry picked from commit e172b3d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant