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

Add CI tests for latest dev Python build #1273

Closed
micahellison opened this issue Jun 26, 2021 · 1 comment
Closed

Add CI tests for latest dev Python build #1273

micahellison opened this issue Jun 26, 2021 · 1 comment
Labels
build Issues related to the build pipeline

Comments

@micahellison
Copy link
Member

Feature Request

Back when we used Travis, we had an extra build step for running all tests in the latest development version of Python. It looks like we lost that step during the migration to GitHub Actions. It would be good to have it back.

Use Case/Motivation

This tightens our feedback loop regarding potential issues in future versions of Python, long before they are released.

Other information

The resolution to #1270 "solves" this in the short run, but ideally we'd just have a version-agnostic step for the latest dev version so we wouldn't have to be nudged every time there's another major Python release coming.

@micahellison micahellison added the build Issues related to the build pipeline label Jun 26, 2021
@micahellison
Copy link
Member Author

Closing this since the solution to #1270 works, and it's fine for us to have to manually to change a little CI configuration once a year or two to support the next Python version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues related to the build pipeline
Projects
None yet
Development

No branches or pull requests

1 participant