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

Updates to CI workflow #186

Closed
wants to merge 4 commits into from
Closed

Updates to CI workflow #186

wants to merge 4 commits into from

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Jul 11, 2023

Changes

  • Only run lint checks on the latest Python version in CI to unblock Bump black from 23.3.0 to 23.7.0 #185
  • Add Python 3.11 to CI
  • Bump Python version used for releases to 3.11 (previously 3.7 which is now EOL)

Test plan

Verify that CI runs correctly on this pull request

@zanieb
Copy link
Member Author

zanieb commented Jul 11, 2023

Well actually to unblock installation of a newer version of Black we'd need to split the linting dependencies into a separate installation category or add a split to the Black version used depending on the Python version which would not require this change but isn't something we want because then CI needs to pass for multiple versions of Black.

@zanieb
Copy link
Member Author

zanieb commented Jul 11, 2023

Actually, pytest dropped support for 3.7 in pytest-dev/pytest#11152 so we cannot run tests in CI even if we separate the linting jobs.

@zanieb zanieb closed this Jul 11, 2023
@zanieb
Copy link
Member Author

zanieb commented Jul 12, 2023

Better handled in #187

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.

None yet

1 participant