Target Python 3.12

This commit is contained in:
Mark Cornick 2024-09-17 23:04:16 -04:00
parent 178d186488
commit 952f2852c4
Signed by: mcornick
GPG Key ID: C64D29B7F5271161
3 changed files with 7 additions and 23 deletions

View File

@ -15,7 +15,7 @@ repos:
rev: 24.4.2
hooks:
- id: black
language_version: python3.10
language_version: python3.12
- 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.10"
python_version = "3.12"

26
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
"sha256": "58d64579279e3c9a2664117d232cfa32c5cee1bee51e1559fd3d76ac33cbc56f"
"sha256": "975dd88e36f1192cd12304cafa57bb821fff9d874167393ccb34f9dc1498b319"
},
"pipfile-spec": 6,
"requires": {
"python_version": "3.10"
"python_version": "3.12"
},
"sources": [
{
@ -31,14 +31,6 @@
],
"file": "."
},
"exceptiongroup": {
"hashes": [
"sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b",
"sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"
],
"markers": "python_version < '3.11'",
"version": "==1.2.2"
},
"iniconfig": {
"hashes": [
"sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3",
@ -65,18 +57,10 @@
},
"pytest": {
"hashes": [
"sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5",
"sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"
"sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181",
"sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"
],
"version": "==8.3.2"
},
"tomli": {
"hashes": [
"sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
"sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
],
"markers": "python_version < '3.11'",
"version": "==2.0.1"
"version": "==8.3.3"
}
},
"develop": {}