diff --git a/.github/workflows/python-testing.yml b/.github/workflows/python-testing.yml index 67202f39..73840652 100644 --- a/.github/workflows/python-testing.yml +++ b/.github/workflows/python-testing.yml @@ -22,7 +22,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.10' # Use a default Python version for running tox + python-version: '3.11' # Use a default Python version for running tox - name: Install tox run: pip install tox - name: Run tests with tox diff --git a/tox.ini b/tox.ini index cc464df7..50ed7f77 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py310, mypy +envlist = py310, py311 [testenv] deps =