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

gh-actions fails: 2.7 not available plus some black changes #194

Closed
mauritsvanrees opened this issue Jun 27, 2024 · 1 comment
Closed

gh-actions fails: 2.7 not available plus some black changes #194

mauritsvanrees opened this issue Jun 27, 2024 · 1 comment
Assignees

Comments

@mauritsvanrees
Copy link
Member

See scheduled run.

For 2.7 we probably need to specify a container. Or drop support. Copying a few lines from a buildout PR:

generate-scripts-py2:
    name: generate scripts - Python ${{ matrix.python-version }}
    strategy:
      matrix:
        package: [zest.releaser, pyspf]
        python-version: ["2.7"]
        os: ["ubuntu-20.04"]
    runs-on: ${{ matrix.os }}
    container:
      image: python:2.7.18-buster

I don't have time myself for the next few weeks, so if someone else wants to pick this up, I would appreciate it.

@mauritsvanrees mauritsvanrees self-assigned this Jul 29, 2024
@mauritsvanrees
Copy link
Member Author

We should drop support for Python 3.7 and earlier, Zope 4, and Plone 5.2.
I will work on that.

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

No branches or pull requests

1 participant