diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b1b885cf..74c22de6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,18 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["2.7.18", "3.5.10", "3.6.15", "3.7.17", "3.8.18", "3.9.18", "3.10.13", "3.11.7", "3.12.1", "3.13.0a2"] + python-version: [ + "2.7", + "3.5", + "3.6", + "3.7", + "3.8", + "3.9", + "3.10", + "3.11", + "3.12", + "3.13.0a2", + ] runs-on: ubuntu-latest container: