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.
1 parent 59f4a6f commit 109c520Copy full SHA for 109c520
.github/workflows/ci.yml
@@ -50,8 +50,7 @@ jobs:
50
run: |
51
source .venv/bin/activate
52
53
- - name: Optional - Install frouros (only used by linters)
54
- if: matrix.python-version == 3.9
+ - name: Install frouros
55
56
pip install "pytest>=7.4.4,<7.5"
57
pip install -e .
tox.ini
@@ -13,9 +13,9 @@ venv = {toxinidir}/.venv
13
[gh-actions]
14
python =
15
3.9: py39, linters
16
- 3.10: py310
17
- 3.11: py311
18
- 3.12: py312
+ 3.10: py310, linters
+ 3.11: py311, linters
+ 3.12: py312, linters
19
20
[testenv]
21
# Force to upgrade pip/wheel/setuptools to the latest version
0 commit comments