Skip to content

Commit 9e4cd56

Browse files
committed
Add 3.13 tests
1 parent f2ea540 commit 9e4cd56

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/deploy.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- {version: '3.10'}
2020
- {version: '3.11'}
2121
- {version: '3.12'}
22+
- {version: '3.13'}
2223
discord-py:
2324
- {NAME: 'pypi', PIP_TARGET: 'discord.py[voice]'}
2425
- {NAME: 'git', PIP_TARGET: 'discord.py[voice] @ git+https://github.com/Rapptz/discord.py@master'}
@@ -38,9 +39,6 @@ jobs:
3839
run: |
3940
python -m pip install --upgrade pip setuptools wheel
4041
41-
# Temporary - remove me
42-
pip install aiohttp==3.9.0b0
43-
4442
pip install -U "${{ matrix.discord-py.PIP_TARGET }}" --extra-index-url https://scarletcafe.github.io/pip/
4543
pip install -U $(find requirements -name *.txt -print | sed -e 's/^/-r /' | tr '\n' ' ')
4644
@@ -100,10 +98,10 @@ jobs:
10098
fetch-depth: 0
10199
submodules: true
102100

103-
- name: Set up Python 3.12
101+
- name: Set up Python 3.13
104102
uses: actions/setup-python@v4
105103
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
107105

108106
- name: Install dependencies
109107
shell: bash

0 commit comments

Comments
 (0)