From e3190d1fb5de9765c84fdae09827df92a0240e17 Mon Sep 17 00:00:00 2001 From: Felix Schnabel Date: Tue, 9 May 2023 21:43:15 +0200 Subject: [PATCH] Use python 3.10 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index d994b1c..d1220af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -420,8 +420,8 @@ python-versions = "*" [metadata] lock-version = "1.1" -python-versions = "3.10" -content-hash = "a0f2757c75cc5b6f7ab62bede50c2f6b659c0735dab4a57d11d2b961b5f8fddd" +python-versions = "3.10.*" +content-hash = "1ef3d961f528020771b8226260780729003b4c0ac4b5cf67e9e834446a6585cd" [metadata.files] appnope = [ diff --git a/pyproject.toml b/pyproject.toml index 0665627..a1a22fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Ethan Rosenthal "] license = "MIT" [tool.poetry.dependencies] -python = "3.10" +python = "3.10.*" spotipy = "2.23.0" python-dotenv = "1.0.0"