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

Enable Python 3.12 in CI and as the main target #1067

Merged
merged 9 commits into from
Jan 19, 2024
Merged

Enable Python 3.12 in CI and as the main target #1067

merged 9 commits into from
Jan 19, 2024

Commits on Jan 19, 2024

  1. Enable Python 3.12 in CI and as the main target

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2bb4e47 View commit details
    Browse the repository at this point in the history
  2. Require minimally sufficient versions of core dependencies in Python …

    …3.12
    
    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b5e5c4a View commit details
    Browse the repository at this point in the history
  3. Suppress third-party deprecation warnings in Python 3.12

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3883b80 View commit details
    Browse the repository at this point in the history
  4. Use Python 3.12-specific way of fetching all tasks of all loops

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    77266a2 View commit details
    Browse the repository at this point in the history
  5. Specify an explicit (non-auto) value for log-formatting enum for Pyth…

    …on 3.13 compatibility
    
    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bd276c7 View commit details
    Browse the repository at this point in the history
  6. Switch from pkg_resources (deprecated) to importlib (Python 3.8+) for…

    … version detection
    
    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    78f987f View commit details
    Browse the repository at this point in the history
  7. Upgrade to aiohttp>=3.9.0 for proper connection shutdown in webhooks

    This only affected tests where things go fast, the servers are started and stopped multiple times. It could also happen in production, but less likely.
    
    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    038b032 View commit details
    Browse the repository at this point in the history
  8. Access the event loop directly via asyncio due to pytest's fixture de…

    …precation
    
    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    85993ee View commit details
    Browse the repository at this point in the history
  9. Work around MyPy 1.8.0 + Python 3.12 issues with wrong bool inference

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    de22a22 View commit details
    Browse the repository at this point in the history