diff --git a/.github/workflows/common_check.yaml b/.github/workflows/common_check.yaml index 7f371aad..3ebbea9d 100644 --- a/.github/workflows/common_check.yaml +++ b/.github/workflows/common_check.yaml @@ -27,7 +27,6 @@ jobs: matrix: python-version: - "3.11" - - "3.12" - "3.10" poetry-version: ["2.0.1"] os: diff --git a/auto_dev/data/repo/templates/autonomy/poetry.lock b/auto_dev/data/repo/templates/autonomy/poetry.lock index 6769d6d6..6355efe0 100644 --- a/auto_dev/data/repo/templates/autonomy/poetry.lock +++ b/auto_dev/data/repo/templates/autonomy/poetry.lock @@ -4704,5 +4704,5 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" -python-versions = ">=3.10,<3.14" -content-hash = "826794bf01f09ffaad800d6b3e752e808ea6d60f018f42e454c6a3624ac64d65" +python-versions = ">=3.10,<3.12" +content-hash = "b8a62a57a910fd663b837b9e2abdb4daefff45df6337573453f371d1a7a3e99b" diff --git a/auto_dev/data/repo/templates/autonomy/pyproject.toml.template b/auto_dev/data/repo/templates/autonomy/pyproject.toml.template index 567613d9..e64cbc00 100644 --- a/auto_dev/data/repo/templates/autonomy/pyproject.toml.template +++ b/auto_dev/data/repo/templates/autonomy/pyproject.toml.template @@ -14,7 +14,7 @@ classifiers = [ package-mode = false [tool.poetry.dependencies] -python = ">=3.10,<3.14" +python = ">=3.10,<3.12" open-aea-ledger-solana = "==1.64.0" open-aea-ledger-cosmos = "==1.64.0" open-aea-ledger-ethereum = "==1.64.0" diff --git a/auto_dev/data/repo/templates/python/poetry.lock b/auto_dev/data/repo/templates/python/poetry.lock index 7229551c..d4178253 100644 --- a/auto_dev/data/repo/templates/python/poetry.lock +++ b/auto_dev/data/repo/templates/python/poetry.lock @@ -351,7 +351,6 @@ description = "Backport of CPython tarfile module" optional = false python-versions = ">=3.8" groups = ["dev"] -markers = "python_version < \"3.12\"" files = [ {file = "backports.tarfile-1.2.0-py3-none-any.whl", hash = "sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34"}, {file = "backports_tarfile-1.2.0.tar.gz", hash = "sha256:d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991"}, @@ -5015,5 +5014,5 @@ doc = [] [metadata] lock-version = "2.1" -python-versions = ">=3.10,<3.14" -content-hash = "70c9977b4134c13849e610ecd4b6769a598b4007a25ae021256b30b3db38c844" +python-versions = ">=3.10,<3.12" +content-hash = "88cf9072c79d4e44940ac309a38b21882bd0d479882fcdc23aadd3be7b2668ae" diff --git a/auto_dev/data/repo/templates/python/pyproject.toml.template b/auto_dev/data/repo/templates/python/pyproject.toml.template index a0b20ac5..9a423888 100644 --- a/auto_dev/data/repo/templates/python/pyproject.toml.template +++ b/auto_dev/data/repo/templates/python/pyproject.toml.template @@ -16,7 +16,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.14" +python = ">=3.10,<3.12" autonomy-dev = {{extras = ["all"], version = ">=0.2.64,<=0.2.146"}} [tool.poetry.dev-dependencies] diff --git a/poetry.lock b/poetry.lock index dd984990..c769c644 100644 --- a/poetry.lock +++ b/poetry.lock @@ -322,7 +322,6 @@ description = "Backport of CPython tarfile module" optional = false python-versions = ">=3.8" groups = ["dev"] -markers = "python_version < \"3.12\"" files = [ {file = "backports.tarfile-1.2.0-py3-none-any.whl", hash = "sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34"}, {file = "backports_tarfile-1.2.0.tar.gz", hash = "sha256:d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991"}, @@ -5426,5 +5425,5 @@ all = ["isort", "open-aea", "open-aea-ledger-cosmos", "open-aea-ledger-ethereum" [metadata] lock-version = "2.1" -python-versions = ">=3.10,<3.14" -content-hash = "49aa473e1d5865ac4e2f30fe6986061da0576c00094efd71ffea1126ddcd62d5" +python-versions = ">=3.10,<3.12" +content-hash = "cad10901bcf73748ba6f13a826812aac955564504b41359d425173c67862e6e4" diff --git a/pyproject.toml b/pyproject.toml index 563abab5..12acba3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ include = "\\.pyi?$" exclude = "/(\n \\.eggs\n | \\.git\n | \\.hg\n | \\.mypy_cache\n | \\.tox\n | \\.venv\n | _build\n | buck-out\n | build\n | dist\n)/\n" [tool.poetry.dependencies] -python = ">=3.10,<3.14" +python = ">=3.10,<3.12" open-autonomy = "==0.19.4" open-aea = "==1.64.0" open-aea-test-autonomy = "==0.19.4"