-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[ci] Add jobs for python 3.12-beta following its release #8718
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[ci] Add jobs for python 3.12-beta following its release #8718
Conversation
856f1b6
to
7e3e844
Compare
This comment has been minimized.
This comment has been minimized.
7e3e844
to
b8fd2ea
Compare
Blocked by a new release of pip pypa/pip#11501 |
This comment has been minimized.
This comment has been minimized.
@Pierre-Sassoulas I read the linked issue, but there's no more work on the pip side, sounds like we just need to bump |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hoping a setuptools bump will work. Requested change to leave the primer alone, WDYT?
b8fd2ea
to
a8ed3e0
Compare
Duh, should have started with astroid 🤦 |
Blocked by pytest-dev/pytest#10894 |
Blocked by #8822 (and an astroid 3.0.0a6) |
Blocked by #7767 and astroid 3.0.0a7 integration. |
"""A module that is accepted by Python but rejected by tokenize. | ||
|
||
The problem is the trailing line continuation at the end of the line, | ||
"""The problem is the trailing line continuation at the end of the line, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also rejected in Python since python/cpython#13401
399a2d3
to
42896c2
Compare
This comment has been minimized.
This comment has been minimized.
7639410
to
a5a525c
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #8718 +/- ##
=======================================
Coverage 95.88% 95.88%
=======================================
Files 173 173
Lines 18548 18552 +4
=======================================
+ Hits 17785 17789 +4
Misses 763 763
|
This comment has been minimized.
This comment has been minimized.
@@ -35,6 +36,7 @@ requires-python = ">=3.8.0" | |||
dependencies = [ | |||
"dill>=0.2;python_version<'3.11'", | |||
"dill>=0.3.6;python_version>='3.11'", | |||
"dill @ git+https://github.com/uqfoundation/dill.git@83ab36ce3e8cfcc0224aa99d5249a5e8f1c22590 ; python_version>='3.12'", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is slowly becoming very ugly :(
🤖 According to the primer, this change has no effect on the checked open source code. 🤖🎉 This comment was generated for commit b7592e6 |
Type of Changes
Description
3.12 is now in beta.
Closes #7741