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

Update Python versions in Appveyor and Travis CI configurations #1304

Closed
mdickinson opened this issue Oct 12, 2020 · 4 comments
Closed

Update Python versions in Appveyor and Travis CI configurations #1304

mdickinson opened this issue Oct 12, 2020 · 4 comments
Labels
component: build Issues related to etstool.py, CI and other build machinery type: cleanup

Comments

@mdickinson
Copy link
Member

mdickinson commented Oct 12, 2020

We need to update the Python versions in our continuous integration configurations:

For Appveyor: add Python 3.9 when available
For Travis CI: change 3.9-dev to 3.9 when Python 3.9 is available

See also #1303, which updates the Python versions used for GitHub Actions.

@mdickinson mdickinson added type: cleanup component: build Issues related to etstool.py, CI and other build machinery labels Oct 12, 2020
@mdickinson
Copy link
Member Author

Related upstream issue about supporting Python 3.9 on Appveyor: appveyor/ci#3541

I was unable to find anything equivalent for Travis CI.

@mdickinson
Copy link
Member Author

I edited the description to only mention the 3.9 changes; #1303 should fix the rest (dropping Python 3.5, adding Python 3.8 for Appveyor).

@hugovk
Copy link
Contributor

hugovk commented Jun 29, 2021

This can be closed now?

@mdickinson
Copy link
Member Author

Yes it can; thanks for the reminder!

Closing because we no longer make use of Travis CI or Appveyor; all continuous integration is run on GitHub Actions, and tests are run on versions up to and including 3.10-dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: build Issues related to etstool.py, CI and other build machinery type: cleanup
Projects
None yet
Development

No branches or pull requests

2 participants