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

typing_extensions: Drop support for Python 3.4 & 3.5 #881

Merged
merged 13 commits into from Sep 15, 2021

Commits on Aug 30, 2021

  1. Clean up CI script

    * Split Python 2.7 tests from Python 3 tests as they use different paths
      and require installation of the typing module.
    * Split running typing and typing_extensions tests into two steps.
    * Run the typing test step only on Python < 3.7.
    srittau committed Aug 30, 2021
    Copy the full SHA
    a6b5de3 View commit details
    Browse the repository at this point in the history
  2. Split tests

    srittau committed Aug 30, 2021
    Copy the full SHA
    fc53a44 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8a90500 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    90c211f View commit details
    Browse the repository at this point in the history
  5. Fix syntax

    srittau committed Aug 30, 2021
    Copy the full SHA
    1afb110 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    27b5031 View commit details
    Browse the repository at this point in the history
  7. Don't test typing on Python 3

    srittau committed Aug 30, 2021
    Copy the full SHA
    4e8293a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Update pytest dependencies

    * Pin version only for Python 2
    * Remove pytest-xdist and pytest-cov not necessary here
    srittau committed Aug 31, 2021
    Copy the full SHA
    34eda40 View commit details
    Browse the repository at this point in the history
  2. Drop support for Python 3.4 and 3.5

    Closes: python#867
    srittau committed Aug 31, 2021
    Copy the full SHA
    c0043b4 View commit details
    Browse the repository at this point in the history
  3. Drop support for Python 3.4 and 3.5

    Closes: python#867
    srittau committed Aug 31, 2021
    Copy the full SHA
    04350d6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fef7290 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Use correct setup.cfg file

    srittau committed Sep 1, 2021
    Copy the full SHA
    95aad01 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Fix error message

    JelleZijlstra committed Sep 15, 2021
    Copy the full SHA
    28534de View commit details
    Browse the repository at this point in the history