We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115bf73 commit 3bee420Copy full SHA for 3bee420
1 file changed
.github/workflows/pre-commit.yml
@@ -13,8 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- - name: Set up Python 3.10
+ - name: Set up Python 3.12
17
uses: actions/setup-python@v4
18
with:
19
- python-version: "3.10"
+ python-version: "3.12"
20
- uses: pre-commit/action@v2.0.2
0 commit comments