Skip to content

Commit d21eae3

Browse files
chore(deps): update python to v3.14.1 (#250)
| datasource | package | from | to | | --------------- | ----------------------- | ------- | ------ | | python-version | python | 3.13.10 | 3.14.1 | | github-releases | actions/python-versions | 3.13.10 | 3.14.1 | Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent 183583f commit d21eae3

File tree

3 files changed

+705
-2238
lines changed

3 files changed

+705
-2238
lines changed

.github/workflows/rigging_pr_description.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2222
with:
23-
python-version: "3.13"
23+
python-version: "3.14"
2424

2525
- name: Install uv
2626
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Dreadnode SDK"
55
authors = [{ name = "Nick Landers", email = "[email protected]" }]
66
readme = "README.md"
77
license = { file = "LICENSE" }
8-
requires-python = ">=3.10,<3.14"
8+
requires-python = ">=3.14,<3.15"
99

1010
dependencies = [
1111
"pydantic>=2.9.2,<3.0.0",

0 commit comments

Comments
 (0)