Use python 3.10 for extra targets because old mkdocs fails on Python 3.11

This commit is contained in:
Adam Johnson 2022-12-08 02:03:28 +00:00
parent 70ed0d10a1
commit 6162f08d25

View File

@ -49,7 +49,7 @@ jobs:
run: tox --py current run: tox --py current
- name: Run extra tox targets - name: Run extra tox targets
if: ${{ matrix.python-version == '3.11' }} if: ${{ matrix.python-version == '3.10' }}
run: | run: |
python setup.py bdist_wheel python setup.py bdist_wheel
rm -r djangorestframework.egg-info # see #6139 rm -r djangorestframework.egg-info # see #6139