Skip to content

Python test and fix for older python versions

Christian Witzler requested to merge vis/jumonc:python_3_6_ci into main
  • Python versions below 3.10 do not include ParamSpec, they need to install typing_extensions.
    • changed in dependencies
  • test installs and executions for older python versions added

Merge request reports