From 886d7bd30490aa2649ca2fe0f9029b332dce34d0 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:18:03 +0000 Subject: [PATCH] chore(deps): update python to v3.14.0 | datasource | package | from | to | | --------------- | ----------------------- | ------ | ------ | | python-version | python | 3.13.8 | 3.14.0 | | github-releases | actions/python-versions | 3.13.7 | 3.14.0 | --- .github/workflows/rigging_pr_description.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rigging_pr_description.yaml b/.github/workflows/rigging_pr_description.yaml index 9735940e..13ef5c49 100644 --- a/.github/workflows/rigging_pr_description.yaml +++ b/.github/workflows/rigging_pr_description.yaml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: - python-version: "3.13" + python-version: "3.14" - name: Install uv run: | diff --git a/pyproject.toml b/pyproject.toml index 3701e5c2..615c9949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Dreadnode SDK" authors = [{ name = "Nick Landers", email = "monoxgas@gmail.com" }] readme = "README.md" license = { file = "LICENSE" } -requires-python = ">=3.10,<3.14" +requires-python = ">=3.14,<3.15" dependencies = [ "pydantic>=2.9.2,<3.0.0",