Skip to content

[networkx] Fix regression tests#15932

Merged
AlexWaygood merged 2 commits into
python:mainfrom
srittau:fix-networkx-tests
Jun 23, 2026
Merged

[networkx] Fix regression tests#15932
AlexWaygood merged 2 commits into
python:mainfrom
srittau:fix-networkx-tests

Conversation

@srittau

@srittau srittau commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

The latest numpy release uses type statements, which were introduced in Python 3.12. Therefore, we can't run the regression tests with Python 3.10 and 3.11.

This fixes the unrelated errors we're getting in all PRs.

The latest numpy release uses `type` statements, which were introduced
in Python 3.12. Therefore, we can't run the regression tests with
Python 3.10 and 3.11.
@srittau

srittau commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator Author

Depends on #15933

@AlexWaygood AlexWaygood merged commit f9e0f8c into python:main Jun 23, 2026
37 checks passed
@srittau srittau deleted the fix-networkx-tests branch June 23, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants