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

Python 3.6 #1

Closed
haz opened this issue May 6, 2021 · 6 comments
Closed

Python 3.6 #1

haz opened this issue May 6, 2021 · 6 comments

Comments

@haz
Copy link

haz commented May 6, 2021

Any chance we could get this targeting 3.6 as well? Trying to swap out psutil for pypsutil, but it's on a project that is aiming to support 3.6+ and not just 3.7+.

@cptpcrd
Copy link
Owner

cptpcrd commented May 7, 2021

Any chance we could get this targeting 3.6 as well? Trying to swap out psutil for pypsutil, but it's on a project that is aiming to support 3.6+ and not just 3.7+.

I see the linked issue seems to have been resolved separately, but since it turned out to be fairly trivial I've added 3.6 support anyway in 61ce712.

@haz
Copy link
Author

haz commented May 7, 2021

Thanks! Noticed the CI/CD focuses mainly on ubuntu/mac/freebsd. Does this work on windows natively?

@haz
Copy link
Author

haz commented May 7, 2021

Also, curious if this will automatically trigger a version bump to pypi. Been monitoring [this] so far.

@cptpcrd
Copy link
Owner

cptpcrd commented May 7, 2021

Thanks! Noticed the CI/CD focuses mainly on ubuntu/mac/freebsd. Does this work on windows natively?

No. There's a list of supported platforms in the documentation, and lack of Windows support is also listed in the comparison to psutil.

I've got preliminary Windows support in the windows branch, but it's incomplete. pypsutil was really on built to work on *nix, and it would take a while to get Windows support working properly.

@haz
Copy link
Author

haz commented May 7, 2021

Ah, shoot missed that doc description entirely. Thanks for the pointer!

@cptpcrd
Copy link
Owner

cptpcrd commented May 7, 2021

Also, curious if this will automatically trigger a version bump to pypi. Been monitoring [this] so far.

No, it won't. I've made a lot of changes since v0.1.0, and I've been planning on releasing a v0.2.0 soon, but that needs to be done manually.

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

2 participants