Add new Pandas v1.5/2.0 comment triggered test workflows #908
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.
To help with testing against Pandas v1.5 and v2.0 on Python 3.11 as part of #763, this PR adds four new comment triggered GitHub Actions workflow jobs for running tests on issues / pull-requests:
/run python3.11-pandas1.5-fast-tests
/run python3.11-pandas1.5-all-tests
/run python3.11-pandas2.0-fast-tests
/run python3.11-pandas2.0-all-tests
New
tox
environments have been added to facilitate running the tests on different Python / Pandas version combinations. These tests only pin the Pandas (and Python) version used in installing the dependencies in to the test environment, all other dependencies are unpinned and so will install the latest stable releases compatible with the other dependencies.