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-gl-sync: Fix broken sync script #344

Merged
merged 1 commit into from
Nov 2, 2022

Commits on Nov 2, 2022

  1. gh-gl-sync: Fix broken sync script

    The sync script image became broken recently when it was rebuilt and
    picked up python 3.11.  At that point, one of the dependencies of the
    github package, wrapt, started failing.  See here:
    
    GrahamDumpleton/wrapt#196
    
    This pins python at 3.10 until the github package can update its
    (possibly transitive) dependency on wrapt to the fixed version.
    scottwittenburg committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a3ae378 View commit details
    Browse the repository at this point in the history