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

acid-block | Replace pkg_resources to importlib_resources | Drop support for python 3.8 #187

Merged
merged 4 commits into from
Oct 1, 2024

Commits on Sep 24, 2024

  1. chore: Replace pkg_resources lib with importlib.resources

    - transitioned from pkg_resources api to importlib-resources api
    ttqureshi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d4e4cda View commit details
    Browse the repository at this point in the history
  2. chore: Drop support for Python 3.8

    - Drop support for python 3.8 and add support for python 3.11 and 3.12
    ttqureshi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d586599 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    5b98078 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore: Bump the version

    ttqureshi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7ae07d7 View commit details
    Browse the repository at this point in the history