Skip to content

Commit

Permalink
Add 3.13 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Oct 23, 2024
1 parent f2ea540 commit 9e4cd56
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- {version: '3.10'}
- {version: '3.11'}
- {version: '3.12'}
- {version: '3.13'}
discord-py:
- {NAME: 'pypi', PIP_TARGET: 'discord.py[voice]'}
- {NAME: 'git', PIP_TARGET: 'discord.py[voice] @ git+https://github.com/Rapptz/discord.py@master'}
Expand All @@ -38,9 +39,6 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
# Temporary - remove me
pip install aiohttp==3.9.0b0
pip install -U "${{ matrix.discord-py.PIP_TARGET }}" --extra-index-url https://scarletcafe.github.io/pip/
pip install -U $(find requirements -name *.txt -print | sed -e 's/^/-r /' | tr '\n' ' ')
Expand Down Expand Up @@ -100,10 +98,10 @@ jobs:
fetch-depth: 0
submodules: true

- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v4
with:
python-version: '3.12' # Watch as I let this get handled as a float again
python-version: '3.13' # Watch as I let this get handled as a float again

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit 9e4cd56

Please sign in to comment.