Merge pull request #292 from josegonzalez/josegonzalez-patch-1

chore: update python version used in linting
This commit is contained in:
Jose Diaz-Gonzalez
2024-05-25 04:47:13 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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