Skip to content

Commit

Permalink
Merge pull request #62 from hf-kklein/py312
Browse files Browse the repository at this point in the history
Run code formatter, linters and release workflow on Python 3.12
  • Loading branch information
mj0nez authored Jan 2, 2024
2 parents 75e6dfd + 02a8e41 commit e39c9cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
os: [ubuntu-latest]
linter-env: ["linting", "type_check"] # linting runs pylint; type_check runs mypy; see tox.ini
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e39c9cf

Please sign in to comment.