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

chore: modernize py3 versions #21

Merged
merged 6 commits into from
Apr 25, 2024
Merged

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    13dadca View commit details
    Browse the repository at this point in the history
  2. chore: modernize supported Python versions

    - Update distribution packaging (``pyproject.toml``).
    
    - Update test runner to ``pytest``.
    
    - Refactor tests using ``pytest`` patterns.
    
    - Add support for Python 3.8, 3.9, 3.10, 3.11 and 3.12.
    
    - Drop support for 2.7, 3.4, 3.5, 3.6 and 3.7.
    tseaver committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    62772ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f4f2f7 View commit details
    Browse the repository at this point in the history
  4. tests: add Github workflow CI

    tseaver committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    23d026d View commit details
    Browse the repository at this point in the history
  5. fix: typo in workflow

    tseaver committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ddfa7ee View commit details
    Browse the repository at this point in the history
  6. chore: flail

    tseaver committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8cb48c1 View commit details
    Browse the repository at this point in the history