Skip to content

Commit

Permalink
Added 3.12 as it is now available
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Oct 11, 2023
1 parent 9632c6d commit 04d931c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-alpha.1"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -36,7 +36,7 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-lin/usr/bin/pinentry-qte-length=127 --statistics
- name: Init ssh settings
run: |
mkdir -pv ~/.ssh
Expand Down

0 comments on commit 04d931c

Please sign in to comment.