Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests should be passed on python3.9 #217

Closed
kujyp opened this issue Dec 15, 2020 · 1 comment · Fixed by #218
Closed

Tests should be passed on python3.9 #217

kujyp opened this issue Dec 15, 2020 · 1 comment · Fixed by #218

Comments

@kujyp
Copy link
Contributor

kujyp commented Dec 15, 2020

python_requires=">=3.5",

pytest-mock deployed as python3.9 installable.
pytest-mock-3.3.1.tar.gz
pytest_mock-3.3.1-py3-none-any.whl
https://pypi.org/simple/pytest-mock/

So, in my opinion, python3.9 should be added on CI workflow.

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"

@kujyp
Copy link
Contributor Author

kujyp commented Dec 15, 2020

actions/setup-python supports python 3.9 from Oct, 2020
actions/setup-python#148 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant