We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fccaee8 + 2bda272 commit 1ffd043Copy full SHA for 1ffd043
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- python-version: "3.11"
31
os: ubuntu-latest
32
toxenv: py311-test-gpg-fails
33
- - python-version: "3.8"
+ - python-version: "3.11"
34
35
toxenv: lint
36
tox.ini
@@ -9,7 +9,7 @@ skipsdist = True
9
10
[testenv]
11
install_command =
12
- pip install --pre {opts} {packages}
+ pip install {opts} {packages}
13
14
deps =
15
-r{toxinidir}/requirements-pinned.txt
0 commit comments