Skip to content

Commit bd9842a

Browse files
chore(deps): upgrade python to v3.14.4
1 parent cec0427 commit bd9842a

7 files changed

Lines changed: 318 additions & 1548 deletions

File tree

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: "Setup Python"
4141
uses: actions/setup-python@v6
4242
with:
43-
python-version: "3.13"
43+
python-version: "3.14"
4444
- name: "Setup UV"
4545
uses: ./.github/actions/sync-uv
4646
with:

.github/workflows/docs-localization-download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: "Setup Python"
2020
uses: actions/setup-python@v6
2121
with:
22-
python-version: "3.13"
22+
python-version: "3.14"
2323
- name: "Setup UV"
2424
uses: ./.github/actions/sync-uv
2525
with:

.github/workflows/docs-localization-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Setup Python"
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: "3.13"
27+
python-version: "3.14"
2828
- name: "Setup UV"
2929
uses: ./.github/actions/sync-uv
3030
with:

.github/workflows/lib-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "Setup Python"
3333
uses: actions/setup-python@v6
3434
with:
35-
python-version: "3.13"
35+
python-version: "3.14"
3636
- name: "Setup UV"
3737
uses: ./.github/actions/sync-uv
3838
with:
@@ -50,7 +50,7 @@ jobs:
5050
- name: "Setup Python"
5151
uses: actions/setup-python@v6
5252
with:
53-
python-version: "3.13"
53+
python-version: "3.14"
5454
- name: "Setup UV"
5555
uses: ./.github/actions/sync-uv
5656
with:
@@ -69,7 +69,7 @@ jobs:
6969
- name: "Setup Python"
7070
uses: actions/setup-python@v6
7171
with:
72-
python-version: "3.13"
72+
python-version: "3.14"
7373
- name: "Setup UV"
7474
uses: ./.github/actions/sync-uv
7575
with:

.github/workflows/sync-guild-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: "Setup Python"
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.13"
26+
python-version: "3.14"
2727
- name: "Setup UV"
2828
uses: ./.github/actions/sync-uv
2929
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
description = "A Python wrapper for the Discord API"
1111
readme = {content-type = "text/markdown", file = "README.md"}
12-
requires-python = ">=3.10,<3.14"
12+
requires-python = ">=3.14,<3.15"
1313
license = "MIT"
1414
license-files = ["LICENSE"]
1515
classifiers = [

uv.lock

Lines changed: 310 additions & 1540 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)