Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 8539aad

Browse files
Phil Varnerc-wygoda
authored andcommitted
set default lang version to python 3.12 in pre-commit
1 parent 56ed531 commit 8539aad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ["3.12"]
23+
python-version: ["3.12", "3.13"]
2424
steps:
2525
- uses: actions/checkout@v4
2626
- run: pipx install poetry==1.7.1

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
default_language_version:
2+
python: python3.12
13
repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v4.5.0

0 commit comments

Comments
 (0)