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

Python Major Versions that can be used #80

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

Commits on Aug 31, 2023

  1. Python Major Versions that can be used

    as lie_learn currently cannot be installed with python 3.11 and above
    
    Signed-off-by: Peter Steinbach <[email protected]>
    psteinb committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    458fb8a View commit details
    Browse the repository at this point in the history
  2. propagating python major version limits to setup.py

    - added classifiers (not sure what they invoke on PyPI etc)
    - added python version limiter for lie_learn (needs to be tested)
    
    Signed-off-by: Peter Steinbach <[email protected]>
    psteinb committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4307710 View commit details
    Browse the repository at this point in the history
  3. install now fails when being run with python 3.11

    Signed-off-by: Peter Steinbach <[email protected]>
    psteinb committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ab1d387 View commit details
    Browse the repository at this point in the history