diff --git a/poetry.lock b/poetry.lock index d7764f32f41d..592d930e10fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 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 = "aiofiles" @@ -3314,5 +3314,5 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" -python-versions = ">=3.9, <3.13" -content-hash = "f0cb06972cebfa76cd55d0016b66bd0e6a79babc88eb9b9b59bb7531d1c4b533" +python-versions = ">=3.9, <4" +content-hash = "123276216288d1b2ad1cf63da94baab03278b6e2566f92f96921c75a2688bbfe" diff --git a/pyproject.toml b/pyproject.toml index 92c11fe0f250..9fbaa5ea4311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ priority = "supplemental" "Changelog" = "https://github.com/Chia-Network/chia-blockchain/blob/main/CHANGELOG.md" [tool.poetry.dependencies] -python = ">=3.9, <3.13" +python = ">=3.9, <4" aiofiles = ">=24.1.0" # Async IO for files aiohttp = ">=3.10.4" # HTTP server for full node rpc aiosqlite = ">=0.20.0" # asyncio wrapper for sqlite, to store blocks @@ -84,7 +84,7 @@ diff-cover = { version = ">=9.2.0", optional = true } mypy = { version = ">=1.11.1", optional = true } pre-commit = { version = ">=3.7.1", optional = true } py3createtorrent = { version = ">=1.2.1", optional = true } -pyinstaller = { version = ">=6.9.0", optional = true } +pyinstaller = { version = ">=6.9.0", python = "<3.13", optional = true } pytest = { version = ">=8.3.3", optional = true } pytest-cov = { version = ">=5.0.0", optional = true } pytest-mock = { version = ">=3.14.0", optional = true } @@ -145,4 +145,4 @@ build-backend = "poetry_dynamic_versioning.backend" # duplicating until poetry v2, then revisit https://github.com/Chia-Network/chia-blockchain/pull/18797 name = "chia-blockchain" # This has to match the poetry python entry above -requires-python = ">=3.9, <3.13" +requires-python = ">=3.9, <4"