-
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
Add preliminary support for Python 3.12a7. #97
Conversation
o no, we have breaking tests on Python 3.12a7. |
And of course the test failures do not happen locally neither on MacOS Intel nor on M2. I have no idea how to solve this. |
The issues are described at zopefoundation/meta#181. Both The only suggestion I have would be to not install |
Michael Howitz wrote at 2023-4-17 23:06 -0700:
And of course the test failures do not happen locally neither on Apple Intel nor on M2.
Is it possible that the GH test uses the prebuild `zope.security` wheel
rather than build the extensions anew from a `zope.security` checkout?
In the output I see `Install zope.security 3.12.0-alpha7` which
apparently extracts the wheel content
while see `Install zope.security` step is preceeded by an
icon which suggests "skipped".
Should this be really the case, it could explain differences
between a local test run and the GH run.
|
Jens Vagelpohl wrote at 2023-4-17 23:50 -0700:
The issues are described at zopefoundation/meta#181. Both `zc.buildout` and `setuptools` are at fault but there is no reaction to the issues I have filed.
The `test (3.12.0-alpha.7, ubuntu-20.04)` is also failing
which likely is not Mac related and likely not due to `setuptools/buildout`
problems.
|
This is already understood. The issue I am talking about cropped up at zopefoundation/AccessControl#139. I think the way dependency header files are provided before the build step in some packages is the problem. Packages that have a copy of their dependencies' headers don't show the issue. |
@dataflake wrote:
I implemented this in #98. I am planning to release that changes as a dev version as some tests break but it should unblock us in AccessControl. |
Superseded by #98. |
No description provided.