Skip to content

Commit

Permalink
Use python 3.12 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Apr 13, 2024
1 parent d3273e8 commit 36ac318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
node-version: ["21.x"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
defaults:
run:
working-directory: server
Expand Down

0 comments on commit 36ac318

Please sign in to comment.