CI: remove skip/python2.6 from aliases (#7534)

Remove skip/python2.6 from aliases.

Since 8.0.0 we no longer support any ansible-core version that supports Python 2.6.
This commit is contained in:
Felix Fontein 2023-11-16 21:02:40 +01:00 committed by GitHub
parent f8652571f7
commit 89f12c87eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 0 additions and 35 deletions

View file

@ -8,5 +8,4 @@ skip/aix
skip/osx
skip/macos
skip/freebsd
skip/python2.6 # installing etcd3 python module will fail on python < 2.7
disabled # see https://github.com/ansible-collections/community.general/issues/322