Skip to content

Commit e0d66da

Browse files
authored
Merge pull request #292 from josegonzalez/josegonzalez-patch-1
chore: update python version used in linting
2 parents 8d7311e + 1971c97 commit e0d66da

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.8"
27+
python-version: "3.12"
2828
cache: "pip"
2929
- run: pip install -r release-requirements.txt && pip install wheel
3030
- run: flake8 --ignore=E501,E203,W503

release-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ requests-toolbelt==1.0.0
3030
restructuredtext-lint==1.4.0
3131
rfc3986==2.0.0
3232
rich==13.7.1
33+
setuptools==70.0.0
3334
six==1.16.0
3435
tqdm==4.66.3
3536
twine==5.0.0

0 commit comments

Comments
 (0)