Skip to content

Commit

Permalink
Merge pull request #24 from maxkratz/feature/update-ci-python-version
Browse files Browse the repository at this point in the history
CI: Update Python version (linting) to v3.12
  • Loading branch information
maxkratz committed Mar 19, 2024
2 parents 5e4ce3a + 9b25f11 commit bbe58b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up
run: docker pull python:3.8
run: docker pull python:3.12
- name: Lint
run: docker run --rm -v $PWD:/data python:3.8 bash -c "cd /data && pip install -r requirements.txt && pylint --fail-under=9.0 -d pep8 matrix_synapse_saml_mapper/*.py setup.py"
run: docker run --rm -v $PWD:/data python:3.12 bash -c "cd /data && pip install -r requirements.txt && pylint --fail-under=9.0 -d pep8 matrix_synapse_saml_mapper/*.py setup.py"

build:
runs-on: [ubuntu-22.04]
Expand Down

0 comments on commit bbe58b7

Please sign in to comment.