diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 5342027..a750adb 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.13'] # Specify the Python versions you want to test + python-version: ['3.6.7', '3.13'] # Specify the Python versions you want to test steps: - name: Check out the repository code