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

Add passing 3.11 CI by exempting blackd tests #3234

Merged
merged 8 commits into from Aug 23, 2022
Merged

Commits on Aug 20, 2022

  1. Add passing 3.11 CI by exempting blackd tests

    - Had to exempt blackd tests for now due to aiohttp
      - Skip by using `sys.version_info` tuple
      - aiohttp does not compile in 3.11 yet - refer to #3230
    - Add a deadsnakes ubuntu workflow to run 3.11-dev to ensure we don't regress
      - Have it also format ourselves
    
    Test:
    - `tox -e 311`
    Cooper Ry Lees committed Aug 20, 2022
    Copy the full SHA
    2d27f76 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d9be05f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Move to using actions/setup-python@v4 magic in CI + add MacOS + Windo…

    …ws now
    Cooper Ry Lees committed Aug 21, 2022
    Copy the full SHA
    d1dcfa3 View commit details
    Browse the repository at this point in the history
  2. Install ourself (black) without [d]

    Cooper Ry Lees committed Aug 21, 2022
    Copy the full SHA
    a83a245 View commit details
    Browse the repository at this point in the history
  3. Unfortunately add back forgotten C901

    Cooper Ry Lees committed Aug 21, 2022
    Copy the full SHA
    81fdf8f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Update .github/workflows/test-311.yml

    Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
    cooperlees and ichard26 committed Aug 23, 2022
    Copy the full SHA
    2d11260 View commit details
    Browse the repository at this point in the history
  2. Revert "Update .github/workflows/test-311.yml"

    This reverts commit 2d11260.
    ichard26 committed Aug 23, 2022
    Copy the full SHA
    84b0d29 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    99cca5a View commit details
    Browse the repository at this point in the history