Skip to content

Use python 3.8 in Jenkinsfile

Afonso Mukai requested to merge update-jenkins-python-to-3.8 into main

Created by: danesss

Issue

Integration tests show warnings like

../../../../.local/lib/python3.6/site-packages/paramiko/transport.py:33

  /users/dm_jenkins/.local/lib/python3.6/site-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.

    from cryptography.hazmat.backends import default_backend

Description of work

Use python 3.8 in Jenkinsfile.

Nominate for Group Code Review

  • Nominate for code review

Merge request reports