-
-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Description
Line 12 in 9e1464b
| python_requires=">=3.5", |
pytest-mock deployed as python3.9 installable.
pytest-mock-3.3.1.tar.gzpytest_mock-3.3.1-py3-none-any.whlhttps://pypi.org/simple/pytest-mock/
So, in my opinion, python3.9 should be added on CI workflow.
pytest-mock/.github/workflows/main.yml
Lines 13 to 23 in 9e1464b
| python: ["3.5", "3.6", "3.7", "3.8"] | |
| os: [ubuntu-latest, windows-latest] | |
| include: | |
| - python: "3.5" | |
| tox_env: "py35" | |
| - python: "3.6" | |
| tox_env: "py36" | |
| - python: "3.7" | |
| tox_env: "py37" | |
| - python: "3.8" | |
| tox_env: "py38" |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels