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
slotscheck
When we upgraded to Python 3.12 slotscheck started failing because we inherit from Generic which no longer defines __slots__:
Generic
__slots__
piccolo/piccolo/engine/base.py
Line 27 in 6cb005b
In this PR #888 we stopped running slotscheck on Python 3.12 for now, as getting Python 3.12 support out was quite pressing.
piccolo/scripts/lint.sh
Lines 23 to 31 in 6cb005b
Here's the corresponding issue on the slotscheck repo ariebovenberg/slotscheck#201
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When we upgraded to Python 3.12 slotscheck started failing because we inherit from
Generic
which no longer defines__slots__
:piccolo/piccolo/engine/base.py
Line 27 in 6cb005b
In this PR #888 we stopped running
slotscheck
on Python 3.12 for now, as getting Python 3.12 support out was quite pressing.piccolo/scripts/lint.sh
Lines 23 to 31 in 6cb005b
Here's the corresponding issue on the
slotscheck
repo ariebovenberg/slotscheck#201The text was updated successfully, but these errors were encountered: