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 version requirement inconsistencies #1

Closed
andrimarjonsson opened this issue Dec 27, 2018 · 4 comments
Closed

Python version requirement inconsistencies #1

andrimarjonsson opened this issue Dec 27, 2018 · 4 comments
Assignees
Labels
bug Something isn't working packaging Packaging or distribution issues

Comments

@andrimarjonsson
Copy link

The documentation states 3.6 and above, yet the .toml file states "~3.6" which indicates 3.6.* but not 3.7

Found this out when trying to install the package on my system that is running python 3.7.

Are there any known issues on 3.7 or is it safe to change the required version to "^3.6"?

@pawamoy
Copy link
Owner

pawamoy commented Dec 27, 2018

Ah indeed, sorry, I'm still learning the "version specifier syntax" ^^' (and I forgot the actual name...). It should work on Python 3.7, though I have not tested on it. I will update the pyproject file with ^3.6 asap :)

Thanks for reporting!

@pawamoy
Copy link
Owner

pawamoy commented Dec 28, 2018

Should be fixed by f451df9. Version 0.1.7 published on PyPI.

@pawamoy
Copy link
Owner

pawamoy commented Dec 28, 2018

Just tested it on Python 3.7, works fine so far 🙂

@andrimarjonsson
Copy link
Author

Thank you for a quick response.

Just tested pip install aria2p on Python 3.7 and it works!

@pawamoy pawamoy closed this as completed Dec 29, 2018
@pawamoy pawamoy added bug Something isn't working packaging Packaging or distribution issues labels Oct 11, 2019
@pawamoy pawamoy self-assigned this Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working packaging Packaging or distribution issues
Projects
None yet
Development

No branches or pull requests

2 participants