Target python 3.10 until OpenBSD catches up
This commit is contained in:
parent
8dd45ff59f
commit
7ef599f045
@ -15,7 +15,7 @@ repos:
|
|||||||
rev: 24.4.2
|
rev: 24.4.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3.11
|
language_version: python3.10
|
||||||
- repo: https://github.com/pycqa/flake8
|
- repo: https://github.com/pycqa/flake8
|
||||||
rev: 7.0.0
|
rev: 7.0.0
|
||||||
hooks:
|
hooks:
|
||||||
|
2
Pipfile
2
Pipfile
@ -9,4 +9,4 @@ cue-to-meta = {extras = ["test"], file = ".", editable = true}
|
|||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.11"
|
python_version = "3.10"
|
||||||
|
2
Pipfile.lock
generated
2
Pipfile.lock
generated
@ -5,7 +5,7 @@
|
|||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
"python_version": "3.11"
|
"python_version": "3.10"
|
||||||
},
|
},
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user