mirror of https://github.com/ansible/ansible.git
ansible-test - Prepare for Python 3.13 (#83414)
Includes an update to `coverage` and pinned Python requirements.pull/83426/head
parent
d16ad25e4b
commit
14df8c2cf2
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update ``coverage`` to version 7.5.3.
|
||||
@ -1,2 +1,2 @@
|
||||
# The test-constraints sanity test verifies this file, but changes must be made manually to keep it in up-to-date.
|
||||
coverage == 7.3.2 ; python_version >= '3.8' and python_version <= '3.12'
|
||||
coverage == 7.5.3 ; python_version >= '3.8' and python_version <= '3.13'
|
||||
|
||||
Loading…
Reference in New Issue