Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C cyber-sandbox-creator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • MUNI-KYPO-CSCMUNI-KYPO-CSC
  • cyber-sandbox-creator
  • Merge requests
  • !34

Resolve "Solve the incompatibility with Python 3.6 and 3.7"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Attila Farkas requested to merge 87-solve-the-incompatibility-with-python-3-6-and-3-7 into version-2.0.0 Aug 12, 2021
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 2

It seems that Jinja2 internally used reverse() on a dictionary, which is possible only since Python 3.8. The template is fixed, and CSC 2.0.0 is now compatible with Python >=3.7. A similar but more complicated issue appears with Python 3.6, which remains unresolved for now. Closes #87 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 87-solve-the-incompatibility-with-python-3-6-and-3-7