diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b6b630..57637c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.x" + python-version: '3.x' - name: Install dependencies shell: bash run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8c03082..37a3ac3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] + python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ] steps: - name: Check out the repository uses: actions/checkout@v4