From b1b3df692dcac9bfa999ec685105fd3d25549fe4 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 25 May 2024 04:32:21 -0400 Subject: [PATCH 1/2] chore: update python version used in linting --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f632da2..fb05a5c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.12" cache: "pip" - run: pip install -r release-requirements.txt && pip install wheel - run: flake8 --ignore=E501,E203,W503 From 1971c97b5d065de71fbaa0e32ee2938a4fa521d1 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 25 May 2024 04:45:38 -0400 Subject: [PATCH 2/2] fix: add now missing setuptools --- release-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/release-requirements.txt b/release-requirements.txt index 41b9cc3..745ae88 100644 --- a/release-requirements.txt +++ b/release-requirements.txt @@ -30,6 +30,7 @@ requests-toolbelt==1.0.0 restructuredtext-lint==1.4.0 rfc3986==2.0.0 rich==13.7.1 +setuptools==70.0.0 six==1.16.0 tqdm==4.66.3 twine==5.0.0