Skip to content

Commit

Permalink
CI: Update Python version (linting) to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Mar 19, 2024
1 parent 5e4ce3a commit 9b25f11
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 9b25f11

Please sign in to comment.