Skip to content

Remove the python<3.12 requirement

Max Lindqvist requested to merge python312-support into devel

Notes

Now, scheduled CI pipelines can be started from Gitlab by clicking Pipelines --> Run Pipeline, there you can set up the following variables:

variables:
  MAKE_PAGES:
    value: "false"
    options: ["true", "false"]
    description: "''true'' to make pages"
  TEST_SCHEDULED:
    value: "false"
    options: ["true", "false"]
    description: "''true'' to run the scheduled pipeline"
  STRUPHY_SOURCE_DOCKER:
    value: "dist/struphy*.whl"
    options: ["dist/struphy*.whl", "-U struphy"]
    description: "Source to install struphy from in the docker jobs."

The variables used in each pipeline can be checked in the ci_vars job

Solves the following issue(s):

Closes #362 (closed) #356 (closed)

Core changes:

Model-specific changes:

None

Documentation changes:

None

Edited by Max Lindqvist

Merge request reports

Loading