Skip to content
Snippets Groups Projects

Drop support for python3.8

Merged Mischa Salle requested to merge fix/drop-py38 into develop

What does this MR do and why?

  • Drop support for python3.8

We need to drop support for python3.8 in order to be able to upgrade to cython3. See in particular !159 (comment 1619762810) That MR depends on this one.

Changes per file:

.gitlab-ci.yml:

  • remove build targets for python3.8 from .gitlab-ci.yml
  • replace python3.8 with python3.11 in linux-debug target (not entirely clear if this makes sense, it's used in test/coverage, which only runs on git.ligo.org).

environment*.yml:

  • no longer need to restrict networkx to be <3

setup.cfg:

  • update python requires to >=3.9
  • add 3.11 as one of the programming languages
  • no longer need to restrict networkx to be <3

requirements.rst

  • update the requirement for the minimal python version.

How to set up and validate locally

  1. check that the pipeline only runs for 3.9 and higher: all builds should succeed now.
  2. for checking the changes in setup.cfg:
    1. locally create a minimal conda environment with 3.8:
      conda create -n test python=3.8
      conda activate test
    2. install dependencies:
      conda install suitesparse 'cython<3' numpy scipy
    3. try to install finesse using pip:
      pip install .
      This should give the error
      ERROR: Package 'finesse' requires a different Python: 3.8.18 not in '>=3.9'

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

  • Includes tests for added/modified code
  • Added or modified the documentation if relevant
  • Docstrings added/modified for new/modified functions
  • Committer/reviewer has ran the documentation stage when ready to merge
Edited by Mischa Salle

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Miron van der Kolk marked the checklist item Added or modified the documentation if relevant as completed

    marked the checklist item Added or modified the documentation if relevant as completed

  • Mischa Salle added 1 commit

    added 1 commit

    Compare with previous version

  • Mischa Salle added 1 commit

    added 1 commit

    Compare with previous version

  • Mischa Salle resolved all threads

    resolved all threads

  • Mischa Salle added 1 commit

    added 1 commit

    • 4640cfcc - No need here since we have an explicit `python_requires = >=3.9` above

    Compare with previous version

  • Miron van der Kolk approved this merge request

    approved this merge request

  • added 1 commit

    • 4346da17 - Temporary try .gitlab-ci.yml from develop for debugging

    Compare with previous version

  • added 1 commit

    • d67d5ea1 - Temporary revert to develop to debug pipelines

    Compare with previous version

  • added 5 commits

    • d67d5ea1...206f23be - 2 commits from branch develop
    • eb36eca6 - Revert "Temporary try .gitlab-ci.yml from develop for debugging"
    • 9d43219f - Revert "Temporary revert to develop to debug pipelines"
    • aaac77b7 - Merge branch 'develop' into fix/drop-py38

    Compare with previous version

  • Miron van der Kolk approved this merge request

    approved this merge request

  • Miron van der Kolk enabled an automatic merge when the pipeline for aaac77b7 succeeds

    enabled an automatic merge when the pipeline for aaac77b7 succeeds

  • mentioned in commit d047b8b8

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading