ansible-core devel drops support for Python 3.5. (#618)
parent
17702d1a76
commit
3a5d9129b2
|
@ -285,7 +285,6 @@ stages:
|
||||||
testFormat: devel/generic/{0}
|
testFormat: devel/generic/{0}
|
||||||
targets:
|
targets:
|
||||||
- test: 2.7
|
- test: 2.7
|
||||||
- test: 3.5
|
|
||||||
- test: 3.6
|
- test: 3.6
|
||||||
- test: 3.7
|
- test: 3.7
|
||||||
# - test: 3.8
|
# - test: 3.8
|
||||||
|
@ -304,6 +303,7 @@ stages:
|
||||||
nameFormat: Python {0}
|
nameFormat: Python {0}
|
||||||
testFormat: 2.15/generic/{0}
|
testFormat: 2.15/generic/{0}
|
||||||
targets:
|
targets:
|
||||||
|
- test: 3.5
|
||||||
- test: "3.10"
|
- test: "3.10"
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
|
|
Loading…
Reference in New Issue