From 63950b1043d418db8f3d23e32b3d1932e3b5e0d9 Mon Sep 17 00:00:00 2001 From: Exequiel Barrirero Date: Mon, 26 Aug 2024 16:03:47 -0300 Subject: [PATCH] Feature | adding python 3.12 in pyproject.toml (#278) * adding python 3.12 in pyproject.toml * autogenerating python 3.12 in poetry.lock --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f09077b..dceb7dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "astroid" @@ -1737,5 +1737,5 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" -python-versions = "~3.8 || ~3.9 || ~3.10 || ~3.11" -content-hash = "5d56ff348ace7187971f87c7052f0709eb4bcd4730a3986fffec2d10cd0b4f3a" +python-versions = "~3.8 || ~3.9 || ~3.10 || ~3.11 || ~3.12" +content-hash = "474c61b1fdbd18c16f11d8ec2df9254d656efc87d51d8f4ab02c40c10988aef7" diff --git a/pyproject.toml b/pyproject.toml index 1daaa76..b19e3fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "~3.8 || ~3.9 || ~3.10 || ~3.11" +python = "~3.8 || ~3.9 || ~3.10 || ~3.11 || ~3.12" click = "8.0.1" yaenv = "1.4.1" "ruamel.yaml" = "0.17.10"