You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SlurmFlag Enum and ReservationReoccurrence Enum (PySlurm#374)
* 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
0 commit comments