squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.62k stars 580 forks source link

Enable python 3.8 #166

Closed waghanza closed 4 years ago

waghanza commented 4 years ago

Hello,

The last major version of our beloved language was released on 14th october https://www.python.org/dev/peps/pep-0569/#id6

This PR activate it :

Also, doing this I have notice that CI was running on the same version : 3.6.3.

For example, https://travis-ci.org/squeaky-pl/japronto/jobs/521410512#L449 run on 3.6.3 but 3.5.3 was expected

squeaky-pl commented 4 years ago

Thank you.

waghanza commented 4 years ago

@squeaky-pl is a release planned so as a wheel will be available on pypi ?

dasavick commented 4 years ago

Still waiting for python 3.8 version on pypi. :eyes:

ERROR: Could not find a version that satisfies the requirement japronto (from -r requirements.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for japronto (from -r requirements.txt (line 1))