Skip to content

Conversation

@yurnov
Copy link
Contributor

@yurnov yurnov commented Apr 22, 2025

As branch stable-2.19 created the version of mailstone and develop become 2.20 and sanity and integration test become failing.

Addressed #172

@GomathiselviS
Copy link
Member

Everything looks good, but I’m curious—why aren’t we testing ansible-core 2.19 and 2.18 with Python 3.11 or higher?

@yurnov
Copy link
Contributor Author

yurnov commented Apr 24, 2025

Everything looks good, but I’m curious—why aren’t we testing ansible-core 2.19 and 2.18 with Python 3.11 or higher?

We are, the combination added by this PR. I added Ansible 2.19 and exclude Python 3.10 for 2.19, so it will test Ansible 2.19 with 3.11, 3.12, and 3.13.

i.e.:

      matrix_exclude:
        default: >-
            {
              "ansible-version": "stable-2.19",
              "python-version": "3.10"
            }

@GomathiselviS
Copy link
Member

Everything looks good, but I’m curious—why aren’t we testing ansible-core 2.19 and 2.18 with Python 3.11 or higher?

We are, the combination added by this PR. I added Ansible 2.19 and exclude Python 3.10 for 2.19, so it will test Ansible 2.19 with 3.11, 3.12, and 3.13.

i.e.:

      matrix_exclude:
        default: >-
            {
              "ansible-version": "stable-2.19",
              "python-version": "3.10"
            }

My bad! I didnot see the matrix_exclude part. Thanks.

@GomathiselviS GomathiselviS merged commit 647c63d into ansible-network:main Apr 24, 2025
1 check passed
@yurnov yurnov deleted the add-matrix-2.19 branch April 24, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants