Skip to content

Commit

Permalink
ansible-core devel drops support for Python 2.7 and 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 4, 2023
1 parent 5f4fc95 commit 24018dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,12 @@ stages:
nameFormat: Python {0}
testFormat: devel/generic/{0}
targets:
- test: 2.7
- test: 3.6
- test: 3.7
# - test: 3.8
# - test: 3.9
# - test: "3.10"
- test: "3.11"
- test: "3.12"
groups:
- 1
- 2
Expand All @@ -299,7 +298,8 @@ stages:
nameFormat: Python {0}
testFormat: 2.16/generic/{0}
targets:
- test: 2.7
- test: "2.7"
- test: "3.6"
- test: "3.11"
groups:
- 1
Expand Down

0 comments on commit 24018dc

Please sign in to comment.