Christian Clauss
Christian Clauss
Some progress... https://github.com/aio-libs/aiohttp/issues/6600#issuecomment-1203655241 It would be good to see the GitHub Actions approved on this pull request so we can see where we are at.
I believe that for now experimentation on Py311 will require `AIOHTTP_NO_EXTENSIONS=1` and `--no-binary`. * https://github.com/aio-libs/aiohttp/issues/6600#issuecomment-1229417344
Why __flake8 vibora__ and not __flake8 .__ to test the _entire_ repo? Don’t we want to also automate the process of finding issues in our ./samples and ./tests?
Python 2 was deprecated on 1/1/2020 is likely not available in regular installations. Legacy Python is no longer present in current versions of most major Linux distros and Apple is...
Your _futurize_ branch is impressive and all done without using [six](https://github.com/benjaminp/six) or `if PY2:`, etc. However, its changes modify 326 files across 435 commits which means that merging it back...
These repos are far from compatibility with Python 3 so that needs to be finished first.
@4g0tt3nSou1 Please change the title of this issue to: `Python 2 end of life was on 1/1/2020`
`python2 -m pip install -r pupy/requirements.txt`
https://github.com/DragonComputer/Dragonfire/blob/master/.travis.yml#L5 is a problem because the old-school way of doing __virtualenv: system_site_packages: true__ works on Python 3.5 but not on 3.6 and 3.7 thus #95 fails. Somehow we gotta remove...
@asmorkalov if this fixes all issues in #150 then please edit the commit message above to add this text: ``` Fixes #150 ``` GitHub will then ___autoclose___ issue #150 when...