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

Make black[d] install + test run with 3.12 #4035

Merged
merged 3 commits into from
Nov 18, 2023
Merged

Make black[d] install + test run with 3.12 #4035

merged 3 commits into from
Nov 18, 2023

Commits on Nov 18, 2023

  1. Make black[d] install + test run with 3.12

    - With aiohttp >= 3.9.0 we can now install all dependencies with 3.12
    - Add actions to run 3.12
    - Lint still needs to be 3.11
    
    Test:
    - `python3.12 -m venv /tmp/tb --upgrade-deps`
    - `/tmp/tb/bin/pip install tox`
    - `/tmp/tb/bin/pip install .[d]`
    - `/tmp/tb/bin/tox -e py312`
    ```
      py312: OK (37.61=setup[3.98]+cmd[3.83,0.36,19.54,6.46,3.00,0.44] seconds)
      congratulations :) (37.63 seconds)
    ```
    cooperlees committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    0f89df0 View commit details
    Browse the repository at this point in the history
  2. Move to pypy-3.9

    cooperlees committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    dbe5249 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91d3807 View commit details
    Browse the repository at this point in the history