Skip to content

Commit a662adc

Browse files
chore(deps): update python to v3.14.2
| datasource | package | from | to | | --------------- | ----------------------- | ------- | ------ | | python-version | python | 3.13.11 | 3.14.2 | | github-releases | actions/python-versions | 3.13.11 | 3.14.2 |
1 parent 015071c commit a662adc

File tree

3 files changed

+705
-2223
lines changed

3 files changed

+705
-2223
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
classifiers = [
1010
"Programming Language :: Python :: 3",
1111
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)