From ffddf6397505f657f3dbf445a56612943b8fad80 Mon Sep 17 00:00:00 2001 From: moson Date: Thu, 25 Apr 2024 07:46:39 +0200 Subject: [PATCH] housekeep: poetry - include python version 3.12 Signed-off-by: moson --- poetry.lock | 21 +++++++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 171c6608..51b86416 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1539,6 +1539,7 @@ files = [ [package.dependencies] cffi = ">=1.16.0" +setuptools = {version = "*", markers = "python_version >= \"3.12\""} [[package]] name = "pytest" @@ -1700,6 +1701,22 @@ urllib3 = ">=1.21.1,<3" socks = ["PySocks (>=1.5.6,!=1.5.7)"] use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] +[[package]] +name = "setuptools" +version = "69.5.1" +description = "Easily download, build, install, upgrade, and uninstall Python packages" +optional = false +python-versions = ">=3.8" +files = [ + {file = "setuptools-69.5.1-py3-none-any.whl", hash = "sha256:c636ac361bc47580504644275c9ad802c50415c7522212252c033bd15f301f32"}, + {file = "setuptools-69.5.1.tar.gz", hash = "sha256:6c1fccdac05a97e598fb0ae3bbed5904ccb317337a51139dcd51453611bbb987"}, +] + +[package.extras] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier"] +testing = ["build[virtualenv]", "filelock (>=3.4.0)", "importlib-metadata", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mypy (==1.9)", "packaging (>=23.2)", "pip (>=19.1)", "pytest (>=6,!=8.1.1)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist (>=3)", "tomli", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] +testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.2)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] + [[package]] name = "six" version = "1.16.0" @@ -2087,5 +2104,5 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" -python-versions = ">=3.9,<3.12" -content-hash = "11387312f36fbfd381ec33e5fc71e61bfc22c48c8b123770744b03fca3275c05" +python-versions = ">=3.9,<3.13" +content-hash = "dcb273af011abd611dd0888e52aec24eafbf590ca3f60b619da481b3686fc59e" diff --git a/pyproject.toml b/pyproject.toml index 08220804..6deef1ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ build-backend = "poetry.masonry.api" "Request Mailing List" = "https://lists.archlinux.org/listinfo/aur-requests" [tool.poetry.dependencies] -python = ">=3.9,<3.12" +python = ">=3.9,<3.13" # poetry-dynamic-versioning is used to produce tool.poetry.version # based on git tags.