diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 772d198e28..1723dcded7 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python: ['3.9', '3.10', '3.11', '3.12'] + python: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v4 diff --git a/poetry.lock b/poetry.lock index b67371ecbd..da7cc0ef72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -55,7 +55,7 @@ boto3 = ["boto3 (>=1.35.74,<1.35.94)"] name = "aiohappyeyeballs" version = "2.4.4" description = "Happy Eyeballs for asyncio" -optional = true +optional = false python-versions = ">=3.8" files = [ {file = "aiohappyeyeballs-2.4.4-py3-none-any.whl", hash = "sha256:a980909d50efcd44795c4afeca523296716d50cd756ddca6af8c65b996e27de8"}, @@ -1334,7 +1334,7 @@ Flask = ">=0.9" name = "frozenlist" version = "1.5.0" description = "A list-like structure which implements collections.abc.MutableSequence" -optional = true +optional = false python-versions = ">=3.8" files = [ {file = "frozenlist-1.5.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5b6a66c18b5b9dd261ca98dffcb826a525334b2f29e7caa54e182255c5f6a65a"}, @@ -5113,7 +5113,7 @@ files = [ name = "yarl" version = "1.18.3" description = "Yet another URL library" -optional = true +optional = false python-versions = ">=3.9" files = [ {file = "yarl-1.18.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7df647e8edd71f000a5208fe6ff8c382a1de8edfbccdbbfe649d263de07d8c34"},