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

CI: minimal dependency versions: specify them and try them in CI #3134

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

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    d774e95 View commit details
    Browse the repository at this point in the history
  2. CI: exclude CI info from source tarballs

    Debian-style packaging procedures generally want to add their own debian/ folder on top of orig.tar.gz
    
    Note the overlap:
    
     * .gitattributes specifies what git-committed are to be ignored for git archive
     * MANIFEST.in specifies what python build places into sdist
    
    One way to remove this overlap is deferring both decisions to the one git source of truth, e.g. by using setuptools-scm.
    pajod committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4ba3a53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8db62cd View commit details
    Browse the repository at this point in the history