remove 3.7 in github python workflow (#19098)

This commit is contained in:
William Cheng
2024-07-06 16:17:22 +08:00
committed by GitHub
parent 4fa124b023
commit c8caa7cf49

View File

@@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"