test against pytest 8 and Python 3.13#90
Closed
okken wants to merge 3 commits intopytest-dev:mainfrom
Closed
Conversation
Member
Pierre-Sassoulas
left a comment
There was a problem hiding this comment.
Pytest 8 dropped python 3.7 :)
RonnyPfannschmidt
requested changes
Apr 2, 2025
Member
RonnyPfannschmidt
left a comment
There was a problem hiding this comment.
Thanks for starting this
Let's sort out the eol/unsupported python versions
| os: [ubuntu-latest, windows-latest] | ||
| include: | ||
| - python: "3.7" | ||
| tox_env: "py37-pytest7" |
Member
There was a problem hiding this comment.
Let's drop the eol pythons
They aren't avaliable on recent builds
Contributor
Author
There was a problem hiding this comment.
and testing against pytest 4, 5, 6, 7? seems silly.
I've left 4,5,6,7 in there for now
But removed testing against Python 3.7 and 3.8
Contributor
Author
|
Hugo’s merge looks better. Let’s take that one |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Python 3.13 and 3.14 to tox.ini.
But held off on 3.14 on test.yml