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

Is there a specific reason there's no support for Python 3.5? #6

Closed
Iapetus-11 opened this issue Jan 13, 2021 · 4 comments
Closed

Is there a specific reason there's no support for Python 3.5? #6

Iapetus-11 opened this issue Jan 13, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@Iapetus-11
Copy link

I'm just wondering if it's an issue with compatibility or if it just hadn't been tested? Or if there's a different issue?

@jsbronder
Copy link
Owner

It hadn't been tested. I went ahead and tried and the first blocker is that black requires 3.6+. https://travis-ci.org/github/jsbronder/asyncio-dgram/builds/754304884

Looks like I need to migrate to github actions or circle ci anyways, so if I remember I'll revisit this then. We don't need to run black for every version of python.

@Iapetus-11
Copy link
Author

Alright thank you!

jsbronder added a commit that referenced this issue Jan 15, 2021
jsbronder added a commit that referenced this issue Jan 15, 2021
jsbronder added a commit that referenced this issue Jan 15, 2021
@jsbronder
Copy link
Owner

For what it's worth, 3.5 is supported in v1.2.0 now. I just uploaded it to pypi.

@Iapetus-11
Copy link
Author

Ah thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants