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

Python 3.10 Support #405

Merged
merged 13 commits into from Oct 12, 2021
Merged

Python 3.10 Support #405

merged 13 commits into from Oct 12, 2021

Commits on Sep 27, 2021

  1. Add initial py310 tox tests

    Co-authored-by: lrafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    3 people committed Sep 27, 2021
    Copy the full SHA
    f75b942 View commit details
    Browse the repository at this point in the history
  2. Fix deprecation warnings

    TimPansino committed Sep 27, 2021
    Copy the full SHA
    1bb8892 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Add python 3.10 test setup. (#392)

    * Sanic Testing Fix (#395)
    
    * Sanic updates
    
    * [Mega-Linter] Apply linters fixes
    
    Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
    
    * Add initial py310 tox tests
    
    Co-authored-by: lrafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    
    * Fix deprecation warnings
    
    * Add python 3.10 setup to tests.yml.
    
    * Update Python version to 3.10 rc2.
    
    * Temporarily disable graphql master tests.
    
    * Remove loop argument in agent feature tests.
    
    * Add try except.
    
    Co-authored-by: Timothy Pansino <11214426+TimPansino@users.noreply.github.com>
    Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Tim Pansino <timpansino@gmail.com>
    Co-authored-by: lrafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    6 people committed Oct 4, 2021
    Copy the full SHA
    08ad2d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Update urllib3 to v1.26.7 (#393)

    * Update urllib3 to 1.26.7
    
    * Exclude packages from linting
    TimPansino committed Oct 5, 2021
    Copy the full SHA
    a96a39c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ef01e26 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Fix imp Deprecation (#398)

    * Sanic Testing Fix (#395)
    
    * Sanic updates
    
    * [Mega-Linter] Apply linters fixes
    
    Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
    
    * Remove deprecated imp module
    
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    
    * Formatting
    
    * Remove unused import
    
    * Fix sitecustomize issue
    
    * Fix missing attribute
    
    * Fix incorrect type
    
    Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    3 people committed Oct 6, 2021
    Copy the full SHA
    f754c3e View commit details
    Browse the repository at this point in the history
  2. Add Python 3.10 tox Tests (Part 1) (#397)

    * Add py310 tox tests
    
    * Remove unsupported frameworks from tox
    
    * Remove failing library test
    
    * Revert uvicorn py36 upgrade
    TimPansino committed Oct 6, 2021
    Copy the full SHA
    cc3c3df View commit details
    Browse the repository at this point in the history
  3. Add Python 3.10 support for web frameworks. (#391)

    * Add py310 to web framework test matrix.
    
    * Remove unsupported library
    
    * Remove unsupported libraries
    
    * Fix aiohttp errors
    
    * Remove comments causing errors
    
    Co-authored-by: Tim Pansino <timpansino@gmail.com>
    umaannamalai and TimPansino committed Oct 6, 2021
    Copy the full SHA
    8e18281 View commit details
    Browse the repository at this point in the history
  4. Add py310 builds (#402)

    TimPansino committed Oct 6, 2021
    Copy the full SHA
    4f0f222 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Copy the full SHA
    658ffd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Fix asyncio Warnings in Python 3.10 (#396)

    * Sanic Testing Fix (#395)
    
    * Sanic updates
    
    * [Mega-Linter] Apply linters fixes
    
    Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
    
    * Clean up asyncio event_loops
    
    * Linting
    
    * Remove space broken strings
    
    * Add init file
    
    * Fix random failures
    
    * Fix notice_error Rules Matching Settings Handling (#383)
    
    * Remove active traces from tests to expose bug
    
    * Handle settings passing in error matching rules
    
    * Better edge case handling
    
    * Apply linter fixes
    
    * Correct settings origin to transaction
    
    * Change logs in context expected errors
    
    * Apply linters fixes
    
    * Fix cross event loop failures
    
    * Formatting
    
    * Upgrade py310 rc to release
    
    * Quote python versions in GHA
    
    * Update Testing Infra (#401)
    
    * Add aggregate test check
    
    * Formatting
    
    * Add job timeouts
    
    * Fix uvicorn hang.
    
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    
    * Fix error typing for uvicorn
    
    * Revert uvicorn changes
    
    Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    3 people committed Oct 12, 2021
    Copy the full SHA
    9e3df10 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fd4fccb View commit details
    Browse the repository at this point in the history
  3. Bump timeout to 30 minutes

    TimPansino committed Oct 12, 2021
    Copy the full SHA
    7837f80 View commit details
    Browse the repository at this point in the history