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: EOL of python v 3.8 #644

Merged
merged 11 commits into from
Aug 27, 2024
Merged

Commits on Aug 20, 2024

  1. chore: removed python 3.8 from pyproject.toml and from all python ver…

    …sions in workflow matrix
    dlohmeier committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2d03355 View commit details
    Browse the repository at this point in the history
  2. fix: add setuptools as dependency for python 3.12, as it is not inclu…

    …ded in the standard library any more
    dlohmeier committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6860ab2 View commit details
    Browse the repository at this point in the history
  3. fix: add setuptools as dependency for python >3.12, as it is not incl…

    …uded in the standard library any more
    dlohmeier committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cc031b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e62bb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6277b7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f15ca1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b865134 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. upgraded versions for testing and added numba

    - added numba to the test / all dependencies
    - all tests are now run with the ["all"] installation
    - all additional tests (tutorials, codecov, without numba) are run on python 3.11
    - for python 3.12, add setuptools as test dependency (not handled in imports test anymore)
    dlohmeier committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    03a8bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cc5266 View commit details
    Browse the repository at this point in the history
  3. small fix in workflows

    dlohmeier committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f9105c0 View commit details
    Browse the repository at this point in the history
  4. some cleanup in workflows (no requirements.txt, do not install packag…

    …es included in ["all"] scheme)
    dlohmeier committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ec53ff8 View commit details
    Browse the repository at this point in the history