Remove Python 3.9 support for the controller (#80973)

* Remove obsolete Python <=3.9 controller code
* Remove Python 3.9 test controller bootstrapping
* Update test requirements

Co-authored-by: Matt Clay <matt@mystile.com>
This commit is contained in:
Sloane Hertel
2023-07-10 12:01:47 -04:00
committed by GitHub
parent 73b95db66b
commit 67b78a17c4
18 changed files with 24 additions and 93 deletions

View File

@@ -180,7 +180,6 @@ stages:
nameFormat: Python {0}
testFormat: galaxy/{0}/1
targets:
- test: 3.9
- test: '3.10'
- test: 3.11
- stage: Generic
@@ -191,7 +190,6 @@ stages:
nameFormat: Python {0}
testFormat: generic/{0}/1
targets:
- test: 3.9
- test: '3.10'
- test: 3.11
- stage: Incidental_Windows