Remove Python 3.10 support for the controller (#83221)

Fixes #83094
This commit is contained in:
Martin Krizek
2024-06-17 09:03:41 +02:00
committed by GitHub
parent 6382ea168a
commit b2a289dcbb
14 changed files with 41 additions and 93 deletions

View File

@@ -158,7 +158,6 @@ stages:
nameFormat: Python {0}
testFormat: galaxy/{0}/1
targets:
- test: '3.10'
- test: 3.11
- test: 3.12
- test: 3.13
@@ -170,7 +169,6 @@ stages:
nameFormat: Python {0}
testFormat: generic/{0}/1
targets:
- test: '3.10'
- test: 3.11
- test: 3.12
- test: 3.13