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

chore: drop python 3.6 for cibuildwheel driver #1175

Merged
merged 3 commits into from
Jul 29, 2022
Merged

Commits on Jul 19, 2022

  1. chore: drop python 3.6 for cibuildwheel driver

    This drops python 3.6 for cibuildwheel.
    Building python 3.6 packages is still supported.
    mayeut committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    bc17f10 View commit details
    Browse the repository at this point in the history
  2. fix: test_build_default_launches to use an empty package dir

    test_build_default_launches was using cibuildwheel setup.cfg which led to the test failing once python 3.6 was dropped.
    Use an empty package, provided by fake_package_dir, to run the test.
    mayeut committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    054230e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d27f05 View commit details
    Browse the repository at this point in the history