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 < 3.7 #11

Merged
merged 5 commits into from
Jul 29, 2023
Merged

Drop support for Python < 3.7 #11

merged 5 commits into from
Jul 29, 2023

Commits on Jul 29, 2023

  1. Drop support for Python 2

    And add support for Python 3.7 - 3.11.
    torfsen committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    7b5a567 View commit details
    Browse the repository at this point in the history
  2. Run tests via GitHub actions

    torfsen committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    600e2e4 View commit details
    Browse the repository at this point in the history
  3. Unping runtime dependencies

    Since `barely_json` is intended to be used as a library, pinning the
    runtime dependencies to exact versions is not ideal. Instead, we just
    specify the lowest supported version.
    
    We keep the pinning for the dev and test dependencies to ensure that all
    versions are the same on local development environments and on the CI.
    torfsen committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    de0c0b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8938b34 View commit details
    Browse the repository at this point in the history
  5. Bump version to 1.0.0

    torfsen committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    cfc2e38 View commit details
    Browse the repository at this point in the history