Actually that doesn't work, revert to 3.9

This commit is contained in:
Adam Johnson 2022-12-08 02:08:53 +00:00
parent 6162f08d25
commit 5b03a0d052

View File

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