diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 40a4362..f26afb8 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" diff --git a/requirements.txt b/requirements.txt index cbb35e9..29e7b62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -prefect>=2.7.0 +prefect>=2.13.5 python-gitlab>=3.12.0