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: force ModifiablePyproject to be non-slotted #504

Merged
merged 1 commit into from
Jan 24, 2025
Merged

FIX: force ModifiablePyproject to be non-slotted #504

merged 1 commit into from
Jan 24, 2025

Conversation

redeboer
Copy link
Member

  • In Python 3.13, ModifiablePyproject could not used as a context manager (which kind of defeats its purpose), because Python 3.13 defines it as a slotted class by default.
  • See also Test packages on Python 3.13 #421

@redeboer redeboer added the 🐛 Bug Something isn't working label Jan 24, 2025
@redeboer redeboer added this to the 0.5.19 milestone Jan 24, 2025
@redeboer redeboer self-assigned this Jan 24, 2025
@redeboer redeboer merged commit fa96863 into main Jan 24, 2025
22 checks passed
@redeboer redeboer deleted the non-slot branch January 24, 2025 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant