From f4c6f0b6bd893862154eee2cdae45d10468965ec Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 13 Aug 2024 12:57:23 -0400 Subject: [PATCH 1/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] From 9b28aa24eb83dfecefe2d98b14a7e03aee22969f Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 13 Aug 2024 12:59:04 -0400 Subject: [PATCH 2/3] Update testing.yaml --- .github/workflows/testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 92e25045..01176592 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -15,7 +15,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 +37,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 }} From f3b83886b23972410b130ef5e9400e3f84952fdb Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 13 Aug 2024 13:00:55 -0400 Subject: [PATCH 3/3] Update testing.yaml --- .github/workflows/testing.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 01176592..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: