diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a5af451e..ec9adced 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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'} @@ -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' ' ') @@ -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