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

Python version bump #2

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 2, 2023

  1. Support Python3.8

    Henry Finucane committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e7a60f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Port to Python 3.11

    Drop EOL'd distributions
    Update to a recent Alpine
    Add dependencies for Debian
    Do some extra tweaking of test.sh to generalize things
    Henry Finucane committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6958bc0 View commit details
    Browse the repository at this point in the history
  2. Make sure Python builds cleanly on Alpine

    Henry Finucane committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    93d3d7e View commit details
    Browse the repository at this point in the history
  3. Debian 10 can't build for Ubuntu 18.04, so drop it

    Henry Finucane committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    de9a247 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Set errexit to avoid silent failures

    Henry Finucane committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    57fdab5 View commit details
    Browse the repository at this point in the history
  2. Fall back to 3.9 to support CentOS 7

    Henry Finucane committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e1cc7f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebbc9f1 View commit details
    Browse the repository at this point in the history
  4. Clean up platform list

    Henry Finucane committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a0892f8 View commit details
    Browse the repository at this point in the history
  5. More tests & make sure failures propagate

    The extra modules required by newer Python versions made me nervous, so
    I added some extra test plumbing
    Henry Finucane committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d712b0d View commit details
    Browse the repository at this point in the history