chore: update python
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
ktyl 2024-06-08 12:22:20 +01:00
parent 592749a5b4
commit 2471160986
2 changed files with 7 additions and 6 deletions

View File

@ -18,7 +18,7 @@ steps:
- name: build - name: build
image: archlinux image: archlinux
environment: environment:
PYTHON_ENV: python python-pipenv python-setuptools PYTHON_ENV: pyenv python python-pipenv python-setuptools
commands: commands:
# set up python # set up python

11
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "4f4f4fc0dc77addc9a4bf6c737f31df9507ee22a83548fcff1891a4e7bc27bed" "sha256": "8197b62eaf2c2267235d798d625f266e606263fb3108ba131e012c8ae7814dcd"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.10" "python_version": "3.11"
}, },
"sources": [ "sources": [
{ {
@ -18,11 +18,12 @@
"default": { "default": {
"markdown": { "markdown": {
"hashes": [ "hashes": [
"sha256:08fb8465cffd03d10b9dd34a5c3fea908e20391a2a90b88d66362cb05beed186", "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f",
"sha256:3b809086bb6efad416156e00a0da66fe47618a5d6918dd688f53f40c8e4cfeff" "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224"
], ],
"index": "pypi", "index": "pypi",
"version": "==3.4.1" "markers": "python_version >= '3.8'",
"version": "==3.6"
} }
}, },
"develop": {} "develop": {}