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

Drop support for Python 2 #33

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 22, 2020

  1. CI: update to ubuntu 18.04

    cbm755 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    3e00a81 View commit details
    Browse the repository at this point in the history
  2. CI: new python, drop older python

    Some older Python no longer available in CI.
    cbm755 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    9e82740 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b072a1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e51dd49 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Configuration menu
    Copy the full SHA
    c7fefbb View commit details
    Browse the repository at this point in the history
  2. Use pathlib.Path instead of convert to str

    Another approach to fix Issue jbaiter#28.
    cbm755 committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    b3ab1c5 View commit details
    Browse the repository at this point in the history
  3. Add pyproject.toml and bump minimal cffi deps

    I *think* this is the modern way to specify setup_requires...  Hopefully
    this fixed Issue jbaiter#27.
    
    The `cffi` parts of the toml file come from [1].
    
    [1] pyca/cryptography#3548
    cbm755 committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    e9cb057 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a55ff97 View commit details
    Browse the repository at this point in the history