Commit 5ab475eb authored by Bart Kamphorst's avatar Bart Kamphorst Committed by Ruben ten Hove
Browse files

ci: update jobs:python:old to use Python 3.8

parent acc81b35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ jobs:python:no-exclude:
jobs:python:old:
  stage: test
  variables:
    PYVERSION: 3.7-slim
    PYVERSION: 3.8-slim
  trigger:
    include:
      - local: tests/jobs/python.yml
+4 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@ python:twine:
python:pylint:
  variables:
    PYLINT_EXTRA_OUTPUT_FORMATS: text:/tmp/pylint.txt
  rules:
    - if: "$PYVERSION == '3.8-slim'"
      variables:
        JOB_PACKAGE: pylint pylint-junit<0.3.4 pylint-gitlab # https://github.com/rasjani/pylint_junit/issues/8

# This one takes about 5 minutes each time, so only test it when we change the job or its dependencies
python:pyinstaller:windows: