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

MAINT: remove unnecessary windows checks #100

Open
aburrell opened this issue Feb 24, 2022 · 0 comments
Open

MAINT: remove unnecessary windows checks #100

aburrell opened this issue Feb 24, 2022 · 0 comments
Milestone

Comments

@aburrell
Copy link
Member

Is your feature request related to a problem? Please describe.
For python versions lower than 3.10, the tempfile package directory clean up does not always work.

Describe the solution you'd like
At the moment, we use the correct kwarg input for python versions at or above 3.10, and try/execpt loops for lower versions. Once all versions are high enough, the try/execpt loops should be removed.

Describe alternatives you've considered
Leave old code hanging around

@aburrell aburrell added this to the 1.0.0 release milestone Mar 14, 2022
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

No branches or pull requests

1 participant