From 8f0648fba6ae9787e453449a46f42bb73d598695 Mon Sep 17 00:00:00 2001 From: Evan Tung Date: Sun, 3 Dec 2023 20:19:49 -0500 Subject: [PATCH] update to python 3.12 --- Pipfile | 4 ++-- Pipfile.lock | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index a2eec94..732659a 100644 --- a/Pipfile +++ b/Pipfile @@ -7,16 +7,16 @@ name = "pypi" django = "*" djangorestframework = "*" dj-database-url = "*" -psycopg = "*" coverage = "*" whitenoise = "*" pyyaml = "*" gunicorn = "*" uritemplate = "*" +psycopg = "*" [dev-packages] pylint = "*" autopep8 = "*" [requires] -python_version = "3.11" \ No newline at end of file +python_version = "3.12" diff --git a/Pipfile.lock b/Pipfile.lock index be4dd11..ea26e3e 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "cd32b68ca0cc2b66f0dc26ff47c3b70d48d95c403d46bd5b99b5670aa6eb2d04" + "sha256": "44a4c02d2ebe2bd912affb1c10c1c6478e30d04a7aba87fd93593da470dd85dc" }, "pipfile-spec": 6, "requires": { - "python_version": "3.11" + "python_version": "3.12" }, "sources": [ { @@ -127,9 +127,6 @@ "version": "==23.2" }, "psycopg": { - "extras": [ - "binary" - ], "hashes": [ "sha256:7a63249f52e9c312d2d3978df5f170d21a0defd3a0c950d7859d226b7cfbfad5", "sha256:f5bce37d357578b230ede15fb461e2c601122986f6dd590e94283aaca8958b14"