File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4040 - name : " Setup Python"
4141 uses : actions/setup-python@v6
4242 with :
43- python-version : " 3.13 "
43+ python-version : " 3.14 "
4444 cache : " pip"
4545 cache-dependency-path : " requirements/docs.txt"
4646 check-latest : true
Original file line number Diff line number Diff line change 1818 uses : actions/setup-python@v6
1919 id : setup-python
2020 with :
21- python-version : " 3.13 "
21+ python-version : " 3.14 "
2222 cache : " pip"
2323 cache-dependency-path : " requirements/docs.txt"
2424 check-latest : true
Original file line number Diff line number Diff line change 2121 - name : " Install Python"
2222 uses : actions/setup-python@v6
2323 with :
24- python-version : " 3.13 "
24+ python-version : " 3.14 "
2525 cache : " pip"
2626 cache-dependency-path : " requirements/_locale.txt"
2727 - name : " Install Dependencies"
Original file line number Diff line number Diff line change 2626 - name : " Install Python"
2727 uses : actions/setup-python@v6
2828 with :
29- python-version : " 3.13 "
29+ python-version : " 3.14 "
3030 cache : " pip"
3131 cache-dependency-path : " requirements/_locale.txt"
3232 - name : " Install Dependencies"
Original file line number Diff line number Diff line change 3636 - name : " Setup Python"
3737 uses : actions/setup-python@v6
3838 with :
39- python-version : " 3.13 "
39+ python-version : " 3.14 "
4040 cache : " pip"
4141 cache-dependency-path : " requirements/dev.txt"
4242 - name : " Install dependencies"
5656 - name : " Setup Python"
5757 uses : actions/setup-python@v6
5858 with :
59- python-version : " 3.13 "
59+ python-version : " 3.14 "
6060 cache : " pip"
6161 cache-dependency-path : " requirements/dev.txt"
6262 - name : " Install dependencies"
7474 - name : " Setup Python"
7575 uses : actions/setup-python@v6
7676 with :
77- python-version : " 3.13 "
77+ python-version : " 3.14 "
7878 cache : " pip"
7979 cache-dependency-path : " requirements/dev.txt"
8080 - name : " Install dependencies"
9898 - name : " Setup Python"
9999 uses : actions/setup-python@v6
100100 with :
101- python-version : " 3.13 "
101+ python-version : " 3.14 "
102102 cache : " pip"
103103 cache-dependency-path : " requirements/dev.txt"
104104 - name : " Install dependencies"
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 id : python-setup
130130 uses : actions/setup-python@v6
131131 with :
132- python-version : " 3.13 "
132+ python-version : " 3.14 "
133133 cache : " pip"
134134 cache-dependency-path : " requirements/_release.txt"
135135 - name : " Install Release Dependencies"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212]
1313description = " A Python wrapper for the Discord API"
1414readme = {content-type = " text/x-rst" , file = " README.rst" }
15- requires-python = " >=3.10 , <3.14 "
15+ requires-python = " >=3.14 , <3.15 "
1616license = " MIT"
1717license-files = [" LICENSE" ]
1818classifiers = [
You can’t perform that action at this time.
0 commit comments