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

Run tests on Python 3.9 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Run tests on Python 3.9 #33

wants to merge 1 commit into from

Conversation

D3X
Copy link
Contributor

@D3X D3X commented Jul 30, 2021

No description provided.

@D3X D3X force-pushed the python3.9 branch 8 times, most recently from da131ab to 308440f Compare July 30, 2021 15:38
@D3X
Copy link
Contributor Author

D3X commented Jul 30, 2021

@ktosiek I had to set the AppVeyor image explicitly in the config to make it work with 3.9. I suppose you have an older one defined in your account and that's what AV defaults to when it's not set in the config file.

@@ -9,6 +9,7 @@ deps =
pt3: pytest>=3,<4
pt4: pytest>=4,<5
pt5: pytest>=5,<6
pt6: pytest>=6,<7
Copy link

@hugovk hugovk Dec 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably safe to stop testing on pytest 3 when adding a new one?

Will also help keep the CI matrix manageable.

image

https://pepy.tech/project/pytest?versions=3.*&versions=4.*&versions=5.*&versions=6%2E%2A

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 this pull request may close these issues.

3 participants