mirror of https://github.com/ansible/ansible.git
add coverage for Python 3.12 (#81125)
parent
e780b5e56d
commit
ed8a404f4a
@ -1,4 +1,4 @@
|
||||
# The test-constraints sanity test verifies this file, but changes must be made manually to keep it in up-to-date.
|
||||
virtualenv == 16.7.12 ; python_version < '3'
|
||||
coverage == 6.5.0 ; python_version >= '3.7' and python_version <= '3.11'
|
||||
coverage == 6.5.0 ; python_version >= '3.7' and python_version <= '3.12'
|
||||
coverage == 4.5.4 ; python_version >= '2.6' and python_version <= '3.6'
|
||||
|
Loading…
Reference in New Issue