From 642957bc6d865dc6de1cdc187f0595793829d300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20G=C3=B6rner?= <5477952+MaxG87@users.noreply.github.com> Date: Mon, 5 Feb 2024 22:06:46 +0100 Subject: [PATCH] feat: Enable support for Python 3.12 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 06de988..0e797e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -686,5 +686,5 @@ test = ["pytest"] [metadata] lock-version = "2.0" -python-versions = ">=3.9,<3.12" -content-hash = "b42614d3e956bfcbaae5a2a213d2f34af3dc34be8464af66e341b78f694e5a86" +python-versions = ">=3.9,<3.13" +content-hash = "c9959a799c6c78bd63f406ca8f65667053a18d6caf82f7ea5fed04df24d6646b" diff --git a/pyproject.toml b/pyproject.toml index 81b15d1..a6331a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "GPL v3 or later" readme = "README.md" [tool.poetry.dependencies] -python = ">=3.9,<3.12" +python = ">=3.9,<3.13" shell-interface = "^0.13.0" storage-device-managers = "^0.14.0" typer = "^0.9.0"