mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
CI: Add Debian 13 Trixie (#952)
* Add Debian 13 Trixie to CI. * Cannot uninstall cryptography on Debian 13.
This commit is contained in:
@@ -76,6 +76,8 @@ system_python_version_data:
|
||||
- '3.9'
|
||||
'12':
|
||||
- '3.11'
|
||||
'13':
|
||||
- '3.13'
|
||||
Alpine:
|
||||
'3.16':
|
||||
- '3.10'
|
||||
@@ -95,3 +97,6 @@ cannot_upgrade_cryptography:
|
||||
- '3.9' # this is the default container for ansible-core 2.12; upgrading cryptography wrecks pyOpenSSL
|
||||
'24':
|
||||
- '3.12' # ERROR: Cannot uninstall cryptography 41.0.7, RECORD file not found. Hint: The package was installed by debian.
|
||||
Debian:
|
||||
'13':
|
||||
- '3.13' # ERROR: Cannot uninstall cryptography 43.0.0, RECORD file not found. Hint: The package was installed by debian.
|
||||
|
||||
Reference in New Issue
Block a user