From 24711609866bdbe868bff21c5f5cae23b0b8c051 Mon Sep 17 00:00:00 2001 From: ktyl Date: Sat, 8 Jun 2024 12:22:20 +0100 Subject: [PATCH] chore: update python --- .drone.yml | 2 +- Pipfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index a044c33..5bdd0d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: build image: archlinux environment: - PYTHON_ENV: python python-pipenv python-setuptools + PYTHON_ENV: pyenv python python-pipenv python-setuptools commands: # set up python diff --git a/Pipfile.lock b/Pipfile.lock index 868cdbc..74c40cc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "4f4f4fc0dc77addc9a4bf6c737f31df9507ee22a83548fcff1891a4e7bc27bed" + "sha256": "8197b62eaf2c2267235d798d625f266e606263fb3108ba131e012c8ae7814dcd" }, "pipfile-spec": 6, "requires": { - "python_version": "3.10" + "python_version": "3.11" }, "sources": [ { @@ -18,11 +18,12 @@ "default": { "markdown": { "hashes": [ - "sha256:08fb8465cffd03d10b9dd34a5c3fea908e20391a2a90b88d66362cb05beed186", - "sha256:3b809086bb6efad416156e00a0da66fe47618a5d6918dd688f53f40c8e4cfeff" + "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f", + "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224" ], "index": "pypi", - "version": "==3.4.1" + "markers": "python_version >= '3.8'", + "version": "==3.6" } }, "develop": {}