ci: upgrade to tox 4.0

This commit is contained in:
link2xt
2022-12-08 17:20:35 +00:00
parent edd58b4b7a
commit 9093702692

View File

@@ -115,7 +115,7 @@ jobs:
- name: install tox
if: ${{ matrix.python }}
run: pip install --upgrade 'tox<4'
run: pip install tox
- name: build C library
if: ${{ matrix.python }}