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

windows py38 and py39 #139

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

windows py38 and py39 #139

wants to merge 16 commits into from

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    cc3bccf View commit details
    Browse the repository at this point in the history
  2. set_event_loop_policy for windows

    # patch c.f. tornadoweb/tornado#2608 (comment)
    asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())  # python-3.8.x
    juhuebner authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    fde60d1 View commit details
    Browse the repository at this point in the history
  3. check os.name

    juhuebner authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    804b584 View commit details
    Browse the repository at this point in the history
  4. typo

    juhuebner authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    e1ffac3 View commit details
    Browse the repository at this point in the history
  5. added version selection and type ignore

    the type ignore should be made os dependent
    juhuebner authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    f6defdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3ee4d1 View commit details
    Browse the repository at this point in the history
  7. altered type ignore

    juhuebner authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    8f59fb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6167a7 View commit details
    Browse the repository at this point in the history
  9. linting

    juhuebner authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    cbc5875 View commit details
    Browse the repository at this point in the history
  10. removed /bin in tox:dist

    juhuebner committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    500d59b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d5a8ce View commit details
    Browse the repository at this point in the history
  12. updated tox

    juhuebner committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    1ed7d3a View commit details
    Browse the repository at this point in the history
  13. removed tox-factor

    juhuebner committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    67e634f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1 from juhuebner/patch_asyncio

    Patch asyncio
    juhuebner authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    add7555 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Apply suggestions from code review

    python version check >= (3, 8)
    
    Co-authored-by: David Brochart <[email protected]>
    juhuebner and davidbrochart authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9609230 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    1905d15 View commit details
    Browse the repository at this point in the history