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: Remove Python 2.x from CI #135

Merged
merged 1 commit into from
Jul 15, 2023
Merged

Commits on Jul 15, 2023

  1. python: Remove Python 2.x from CI

    Building with Python 2.x fails in CI due to deprecations
    
    https://github.com/cucumber/gherkin/actions/runs/5545057411/jobs/10162291692?pr=134
    
    ```
    
    Run actions/setup-python@v4
    Installed versions
      Warning: The support for python 2.7 will be removed on June 19. Related issue: actions/setup-python#672
      Version 2.x was not found in the local cache
      Error: The version '2.x' with architecture 'x64' was not found for Ubuntu 22.04.
      The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
    ```
    mpkorstanje committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1264d34 View commit details
    Browse the repository at this point in the history