diff --git a/.github/workflows/github-deploy.yml b/.github/workflows/github-deploy.yml index 63f880b..873a295 100644 --- a/.github/workflows/github-deploy.yml +++ b/.github/workflows/github-deploy.yml @@ -12,7 +12,7 @@ jobs: matrix: # macos-13 is an intel runner, macos-14 is apple silicon os: [ubuntu-latest] - python-version: ["3.10" , "3.11" , "3.12"] + python-version: ["3.10" , "3.11" , "3.12"] steps: - uses: actions/checkout@v4