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

MAINT, CI: Update Ubuntu 18.04 to Ubuntu 20.04 #22598

Merged
merged 2 commits into from Nov 17, 2022

Commits on Nov 16, 2022

  1. CI: Update to Ubuntu 18.04 to 20.04

    Github actions will drop support for 18.04 April 1, 2023. There
    are now sporadic test cancelations due to warning brownouts, and
    the NumPy 1.24.x release will overlap that date, so increase the Ubuntu
    version.
    
    The main change here is that there is no support for gcc-6 in Ubuntu
    20.04, so testing with that version is also dropped.
    charris committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6736c78 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. DOC: Add compatibility release note.

    We have dropped GCC-6 build testing.
    charris committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c5e30a8 View commit details
    Browse the repository at this point in the history