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 #3073

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from

Commits on Nov 26, 2024

  1. ga/install_pnl: Restrict win32 pandas to < 2.1.0

    Later versions do not provide win32 wheels.
    
    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a9badeb View commit details
    Browse the repository at this point in the history
  2. ga/install_pnl: Restrict win32 llvmlite to < 0.42

    Later versions do not provide win32 wheels.
    
    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5648026 View commit details
    Browse the repository at this point in the history
  3. requirements: Bump minimum rich version to >=10.2

    Earlier versions required old typing_extensions module on
    all Python versions[0], instead of just Python3.7
    
    [0] Textualize/rich@43590b7
    
    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e4fc1f6 View commit details
    Browse the repository at this point in the history
  4. ci/ga: Remove Python3.7 CI jobs

    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c4eb16b View commit details
    Browse the repository at this point in the history
  5. setup: Drop support for Python3.7

    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c49a3e6 View commit details
    Browse the repository at this point in the history