diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b44aef10b..b49138fe7f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,7 +21,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] # Run in all these versions of Python - python-version: [3.5, 3.7, 3.8, 3.9, "3.10", "3.11"] + python-version: ["3.5", "3.7", "3.8", "3.9", "3.10", "3.11"] # 排除版本 exclude: - os: ubuntu-latest