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

Update pytest-check pin and check usage #269

Merged
merged 4 commits into from
Nov 23, 2022
Merged

Update pytest-check pin and check usage #269

merged 4 commits into from
Nov 23, 2022

Commits on Nov 23, 2022

  1. Update pytest-check pin and check usage

    Resolves #265.
    bskinn committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6fa67e5 View commit details
    Browse the repository at this point in the history
  2. Remove Python 3.6 and add 3.11 where missing

    Removed Python 3.6:
    
    - Azure Pipelines matrix
    - Github Actions matrix
    - tox environments
    - PyPI classifier
    
    Did **NOT** bump `python_requires>=3.7`, since 3.6 *should*
    still work in the wild. Will wait until I get a confirmed
    breakage on 3.6 (or any later 3.x) or specifically make a
    likely-breaking change before bumping this.
    
    Added Python 3.11:
    
    - Azure Pipelines now has workers with 3.11 available across
      Linux/Win/Mac platforms, so added it to that matrix
    bskinn committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    bd6ede0 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entries

    bskinn committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5016731 View commit details
    Browse the repository at this point in the history
  4. Cap flake8 to < 6.0

    Is blowing up pip's resolve.
    bskinn committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    cf211c1 View commit details
    Browse the repository at this point in the history