Skip to content

Commit cb368a4

Browse files
chore(deps): upgrade python to v3.14.0
1 parent e45bf48 commit cb368a4

File tree

7 files changed

+344
-1165
lines changed

7 files changed

+344
-1165
lines changed

.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
@@ -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:
@@ -58,7 +58,7 @@ jobs:
5858
- name: "Setup Python"
5959
uses: actions/setup-python@v6
6060
with:
61-
python-version: "3.13"
61+
python-version: "3.14"
6262
- name: "Setup UV"
6363
uses: ./.github/actions/sync-uv
6464
with:
@@ -76,7 +76,7 @@ jobs:
7676
- name: "Setup Python"
7777
uses: actions/setup-python@v6
7878
with:
79-
python-version: "3.13"
79+
python-version: "3.14"
8080
- name: "Setup UV"
8181
uses: ./.github/actions/sync-uv
8282
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/x-rst", file = "README.rst"}
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: 336 additions & 1157 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)