mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
* Fix empty check for openssl_pkcs12 tests. * Prevent crash if PyOpenSSL cannot be imported because of an AttributeError. * Add changelog fragment. * Fix constraints file. * Use Python 2.7 instead of 3.5 for 2.9 cloud tests (pip module is broken). * Prevent upgrading cryptography on ansible-core 2.12's default container with Python 3.9.
65 lines
1022 B
YAML
65 lines
1022 B
YAML
---
|
|
system_python_version_data:
|
|
CentOS:
|
|
'6':
|
|
- '2.6'
|
|
'7':
|
|
- '2.7'
|
|
'8':
|
|
- '3.6'
|
|
Fedora:
|
|
'30':
|
|
- '3.7'
|
|
'31':
|
|
- '3.7'
|
|
'32':
|
|
- '3.8'
|
|
'33':
|
|
- '3.9'
|
|
'34':
|
|
- '3.9'
|
|
Ubuntu:
|
|
'16':
|
|
- '2.7'
|
|
'18':
|
|
- '3.6'
|
|
'20':
|
|
- '3.8'
|
|
Darwin:
|
|
'10.11':
|
|
- '2.7'
|
|
'10.15':
|
|
- '3.8'
|
|
'11.1':
|
|
- '3.9'
|
|
'12.0':
|
|
- '3.10'
|
|
FreeBSD:
|
|
'12.1':
|
|
- '3.6'
|
|
'12.2':
|
|
- '3.7'
|
|
'12.3':
|
|
- '3.8'
|
|
'13.0':
|
|
- '3.7'
|
|
RedHat:
|
|
'7':
|
|
- '2.7'
|
|
'8':
|
|
- '3.6'
|
|
Suse:
|
|
'15':
|
|
- '2.7'
|
|
- '3.6'
|
|
|
|
cannot_upgrade_cryptography:
|
|
FreeBSD:
|
|
'12.2':
|
|
- '3.8' # on the VMs in CI, system packages are used for this version as well
|
|
'13.0':
|
|
- '3.8' # on the VMs in CI, system packages are used for this version as well
|
|
Ubuntu:
|
|
'18':
|
|
- '3.9' # this is the default container for ansible-core 2.12; upgrading cryptography wrecks pyOpenSSL
|