Skip to content
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

Bump Python version for integration tests #4022

Merged
merged 4 commits into from
Aug 18, 2023
Merged

Bump Python version for integration tests #4022

merged 4 commits into from
Aug 18, 2023

Conversation

abravalheri
Copy link
Contributor

@abravalheri abravalheri commented Aug 18, 2023

Summary of changes

Sphinx already dropped support for Python 3.8, which hurts the integration tests.
I bumped the Python version that runs the integration tests to 3.10.

EDIT: sphinx seem to have stopped using setuptools, so we can drop that integration test.

Closes

Pull Request Checklist

Some packages like ``sphinx`` already started dropping support for Python 3.8.
It seems that they migrated to `flit` and no longer use setuptools.
@abravalheri
Copy link
Contributor Author

abravalheri commented Aug 18, 2023

I called the PR's CI round, but I am manually running the tests for the branch in https://github.com/pypa/setuptools/actions/runs/5901713084, so we can see the integration tests passing.

@abravalheri abravalheri marked this pull request as ready for review August 18, 2023 11:26
@abravalheri abravalheri merged commit 714ad45 into main Aug 18, 2023
22 of 57 checks passed
@abravalheri abravalheri deleted the fix-integration branch August 18, 2023 11:30
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.

1 participant