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

fix!: drop support for Python 2.7 / 3.5 #212

Merged
merged 28 commits into from Aug 3, 2021
Merged

Commits on Jun 15, 2021

  1. fix!: drop support for Python 2.7 and 3.5

    Release-As: 2.0.0b1
    tseaver committed Jun 15, 2021
    Copy the full SHA
    21ac69a View commit details
    Browse the repository at this point in the history
  2. chore: drop 'six' module

    tseaver committed Jun 15, 2021
    Copy the full SHA
    78caa92 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    35c8216 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    35ba7d3 View commit details
    Browse the repository at this point in the history
  5. chore: drop use of 'pytz'

    Closes #74.
    tseaver committed Jun 15, 2021
    Copy the full SHA
    61490f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Copy the full SHA
    74c6179 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e21b01 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fe7d454 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d77fbb0 View commit details
    Browse the repository at this point in the history
  5. chore: remove 'general_helpers.wraps'

    Except for a backward-compatibility import, 'functools.wraps' does
    everything wee need on Python >= 3.6.
    tseaver committed Jun 16, 2021
    Copy the full SHA
    440e571 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    90c1bd1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    026ee31 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4165633 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ad7b40b View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    dbc234f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

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

Commits on Jul 7, 2021

  1. Copy the full SHA
    c480784 View commit details
    Browse the repository at this point in the history
  2. chore: remove 'packaging' dependency

    Closes #215.
    tseaver committed Jul 7, 2021
    Copy the full SHA
    72d175b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Copy the full SHA
    01b49c4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f6a745 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cff328f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3a66b33 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

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

Commits on Jul 27, 2021

  1. Copy the full SHA
    dc30a49 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c9a9a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Copy the full SHA
    01d4c8f View commit details
    Browse the repository at this point in the history
  2. chore: remove mentions of Python 2.7 from docs

    Except for the README section documentin the last version supporting it.
    tseaver committed Aug 1, 2021
    Copy the full SHA
    895d895 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    556ff21 View commit details
    Browse the repository at this point in the history