diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c27515f..763bc91d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - python-version: "3.11" os: ubuntu-latest toxenv: py311-test-gpg-fails - - python-version: "3.8" + - python-version: "3.11" os: ubuntu-latest toxenv: lint diff --git a/tox.ini b/tox.ini index c24ed088..c31458e3 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ skipsdist = True [testenv] install_command = - pip install --pre {opts} {packages} + pip install {opts} {packages} deps = -r{toxinidir}/requirements-pinned.txt