-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Enable Python 3.12 in CI and as the main target #1067
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nolar
force-pushed
the
python-3.12
branch
4 times, most recently
from
October 9, 2023 08:48
1e5270c
to
f7c492c
Compare
nolar
force-pushed
the
python-3.12
branch
3 times, most recently
from
October 9, 2023 22:50
27dee74
to
2746dc0
Compare
8 tasks
nolar
force-pushed
the
python-3.12
branch
2 times, most recently
from
October 15, 2023 22:18
63a8afa
to
55c8c76
Compare
nolar
force-pushed
the
python-3.12
branch
6 times, most recently
from
January 19, 2024 20:45
e376c53
to
16049c1
Compare
Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
…3.12 Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
…on 3.13 compatibility Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
… version detection Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
This only affected tests where things go fast, the servers are started and stopped multiple times. It could also happen in production, but less likely. Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
…precation Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Blockers:
aiohttp
: ** 3.9 Beta testing ** aio-libs/aiohttp#7675uvloop
: Python 3.12 Support for uvloop MagicStack/uvloop#567 (or we can ignore – uvloop is optional and therefore the end-users problem).Now,
aiohttp
(3.8.x) fails with numerous errors like this one: