Commit 9e4cd56 1 parent f2ea540 commit 9e4cd56 Copy full SHA for 9e4cd56
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 19
19
- {version: '3.10'}
20
20
- {version: '3.11'}
21
21
- {version: '3.12'}
22
+ - {version: '3.13'}
22
23
discord-py :
23
24
- {NAME: 'pypi', PIP_TARGET: 'discord.py[voice]'}
24
25
- {NAME: 'git', PIP_TARGET: 'discord.py[voice] @ git+https://github.com/Rapptz/discord.py@master'}
38
39
run : |
39
40
python -m pip install --upgrade pip setuptools wheel
40
41
41
- # Temporary - remove me
42
- pip install aiohttp==3.9.0b0
43
-
44
42
pip install -U "${{ matrix.discord-py.PIP_TARGET }}" --extra-index-url https://scarletcafe.github.io/pip/
45
43
pip install -U $(find requirements -name *.txt -print | sed -e 's/^/-r /' | tr '\n' ' ')
46
44
@@ -100,10 +98,10 @@ jobs:
100
98
fetch-depth : 0
101
99
submodules : true
102
100
103
- - name : Set up Python 3.12
101
+ - name : Set up Python 3.13
104
102
uses : actions/setup-python@v4
105
103
with :
106
- python-version : ' 3.12 ' # Watch as I let this get handled as a float again
104
+ python-version : ' 3.13 ' # Watch as I let this get handled as a float again
107
105
108
106
- name : Install dependencies
109
107
shell : bash
You can’t perform that action at this time.
0 commit comments