diff --git a/.github/workflows/connect.yml b/.github/workflows/connect.yml index 63dac019..06b6e053 100644 --- a/.github/workflows/connect.yml +++ b/.github/workflows/connect.yml @@ -10,12 +10,12 @@ jobs: name: build # Name of the job strategy: matrix: - os: [ubuntu-latest] #[ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10'] + os: [ubuntu-latest, macos-latest, windows-latest] + python-version: ['3.9'] runs-on: ${{ matrix.os }} # Operating system for the job steps: - name: Checkout # Step to checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python # Step to set up Python uses: actions/setup-python@v4 # Use v4 for compatibility with pyproject.toml