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
Following on from: #1094
We updated everything to Python 3.13, but we can't currently install BlackSheep on Python 3.13:
Neoteroi/BlackSheep#515
So we're still running the integration tests on Python 3.12 for now:
piccolo/.github/workflows/tests.yaml
Line 43 in 265b0c2
We should change this to 3.13 once all the supported ASGI frameworks run under 3.13.
The text was updated successfully, but these errors were encountered:
One potential solution here is to keep a dict in Piccolo which tells us which ASGI frameworks work on certain Python versions.
When someone uses piccolo asgi new we can exclude BlackSheep for now on Python 3.13, until a new release becomes available.
piccolo asgi new
Sorry, something went wrong.
No branches or pull requests
Following on from: #1094
We updated everything to Python 3.13, but we can't currently install BlackSheep on Python 3.13:
Neoteroi/BlackSheep#515
So we're still running the integration tests on Python 3.12 for now:
piccolo/.github/workflows/tests.yaml
Line 43 in 265b0c2
We should change this to 3.13 once all the supported ASGI frameworks run under 3.13.
The text was updated successfully, but these errors were encountered: