Target python 3.10 until OpenBSD catches up

This commit is contained in:
Mark Cornick 2024-07-22 16:53:34 -04:00
parent 8dd45ff59f
commit 7ef599f045
Signed by: mcornick
GPG Key ID: C64D29B7F5271161
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ repos:
rev: 24.4.2
hooks:
- id: black
language_version: python3.11
language_version: python3.10
- repo: https://github.com/pycqa/flake8
rev: 7.0.0
hooks:

View File

@ -9,4 +9,4 @@ cue-to-meta = {extras = ["test"], file = ".", editable = true}
[dev-packages]
[requires]
python_version = "3.11"
python_version = "3.10"

2
Pipfile.lock generated
View File

@ -5,7 +5,7 @@
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.11"
"python_version": "3.10"
},
"sources": [
{