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

Support Python 3.9 #603

Merged
merged 6 commits into from
Oct 9, 2020
Merged

Support Python 3.9 #603

merged 6 commits into from
Oct 9, 2020

Commits on Oct 9, 2020

  1. Use Python 3.9 in Nox sessions

    Add Python 3.9 support to the following sessions:
    
    - mypy
    - tests
    - typeguard
    - xdoctest
    
    Replace Python 3.8 by Python 3.9 in the following sessions:
    
    - pre-commit
    - safety
    
    Keep Python 3.8 for these sessions until Read the Docs adds Python 3.9:
    
    - docs
    - docs-build
    
    The coverage session does not use a specific Python version.
    cjolowicz committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    547b452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2d6cdd View commit details
    Browse the repository at this point in the history
  3. Use Python 3.9 in the Tests workflow

    Support Python 3.9 in the following jobs:
    
    - tests / mypy
    - tests / tests
    
    Replace Python 3.8 by 3.9 in the following jobs:
    
    - coverage
    - tests / pre-commit
    - tests / safety
    - tests / tests (Windows)
    - tests / tests (Mac)
    - tests / typeguard
    
    Keep Python 3.8 in this job until Read the Docs adds Python 3.9:
    
    - tests / docs-build
    
    (The runner OS is Ubuntu unless noted otherwise.)
    cjolowicz committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    8bbc82a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3f6b96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    740855c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85555a9 View commit details
    Browse the repository at this point in the history