We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@td.skip_if_no("pathlib")
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
Admittely this is very minor, but there's a few parts in the codebase (e.g. pandas/tests/io/test_common.py) where there is
pandas/tests/io/test_common.py
As of v1.0, the minimum Python version supported will be 3.6.1, so pathlib will always be present as part of the standard library.
v1.0
pathlib
The text was updated successfully, but these errors were encountered:
No necessary anymore, it can be removed.
Sorry, something went wrong.
closed by #30376
Successfully merging a pull request may close this issue.
Admittely this is very minor, but
there's a few parts in the codebase (e.g.
pandas/tests/io/test_common.py
) where there isAs of
v1.0
, the minimum Python version supported will be 3.6.1, sopathlib
will always be present as part of the standard library.The text was updated successfully, but these errors were encountered: