-
Notifications
You must be signed in to change notification settings - Fork 15
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
Python 3.12 on GHA compatibility issue #99
Comments
Could it be that zopefoundation/zope.proxy#43 is the reason behind this problem? Maybe it is just not triggered by the zope.proxy tests. |
Michael Howitz wrote at 2023-4-24 00:56 -0700:
Could it be that zopefoundation/zope.proxy#43 is the reason behind this problem? Maybe it is just not triggered by the zope.proxy tests.
See python/cpython#73734 for details about the replacement for the deprecated function.
I do not think so:
Such a problem should show up also for local tests, not only
for the GHA tests (unless the executed tests would be different).
I think something is wrong with the pregenerated wheel.
Do you know a way to download this wheel to a local machine?
Then, one could unpack the wheel to emulate the GHA test
on the local machine -- hopefully reproducing the problem.
|
Click on the Actions tab at the top, select a test run and then scroll down the right-side pane. The wheels are listed underneath the warning and error messages and can be downloaded from there. |
Using Python 3.12b2 the problems vanished, see #100. |
The exception shown below is thrown on Python 3.12 on the macOS and Ubuntu GitHub Actions runners. Please note:
universal2
-Architecture Python used by the GHA runnerzope.proxy
test suite runs fine on Python 3.12 on GHA, indicatingzope.proxy
itself is not the culpritThe text was updated successfully, but these errors were encountered: