diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 92e25045..a247aa0f 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -6,7 +6,11 @@ on: - main - dev - fix/conditional-cuda-gm #todo remove - + pull_request: + branches: + - main + - dev + jobs: run: @@ -15,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11"] + python-version: ["3.10", "3.11"] os: [ubuntu-latest, macos-13, windows-latest] steps: - uses: actions/checkout@v4 @@ -37,4 +41,4 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/pyproject.toml b/pyproject.toml index 01e86560..18383d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ {name = "K. Luxem & "}, {name = "P. Bauer"} ] -requires-python = ">=3.11" +requires-python = ">=3.10" keywords = ["vame", "auto-encoder"] [project.urls]