From fabf92f4d726f54407db4c7deb12a152b82da2df Mon Sep 17 00:00:00 2001 From: Uriel Mandujano Date: Mon, 30 Oct 2023 15:25:46 -0500 Subject: [PATCH 1/3] updating prefect pin --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ec3de6..e69188b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -prefect>=2.0.0 +prefect >=2.13.5 From b718c58972336fc4badbad53bc9e56b9527f3064 Mon Sep 17 00:00:00 2001 From: Uriel Mandujano Date: Mon, 30 Oct 2023 15:29:35 -0500 Subject: [PATCH 2/3] updating prefect pin --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e69188b..b8166cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -prefect >=2.13.5 +prefect>=2.13.5 From b543720eef628ed46d2f3aed14f7e4b40018a9cc Mon Sep 17 00:00:00 2001 From: Uriel Mandujano Date: Mon, 30 Oct 2023 16:11:14 -0500 Subject: [PATCH 3/3] removing EOL python3.7 from workflows --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d905e76..183d465 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,6 @@ jobs: strategy: matrix: python-version: - - "3.7" - "3.8" - "3.9" - "3.10"