Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Setup Python"
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: "Setup UV"
uses: ./.github/actions/sync-uv
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-localization-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Setup Python"
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: "Setup UV"
uses: ./.github/actions/sync-uv
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-localization-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: "Setup Python"
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: "Setup UV"
uses: ./.github/actions/sync-uv
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lib-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Setup Python"
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: "Setup UV"
uses: ./.github/actions/sync-uv
with:
Expand All @@ -58,7 +58,7 @@ jobs:
- name: "Setup Python"
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: "Setup UV"
uses: ./.github/actions/sync-uv
with:
Expand All @@ -76,7 +76,7 @@ jobs:
- name: "Setup Python"
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: "Setup UV"
uses: ./.github/actions/sync-uv
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-guild-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "Setup Python"
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: "Setup UV"
uses: ./.github/actions/sync-uv
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "A Python wrapper for the Discord API"
readme = {content-type = "text/x-rst", file = "README.rst"}
requires-python = ">=3.10,<3.14"
requires-python = ">=3.14,<3.15"
license = "MIT"
license-files = ["LICENSE"]
classifiers = [
Expand Down
1,493 changes: 336 additions & 1,157 deletions uv.lock

Large diffs are not rendered by default.

Loading