Hugo van Kemenade

Results 1429 comments of Hugo van Kemenade
trafficstars

Here's my 48-month (+1) chart: ![image](https://user-images.githubusercontent.com/1324225/50725027-04389500-1100-11e9-8133-9ca6703ce228.png)

Yeah, it's actually time to start testing 3.11 beta (`3.11-dev`), but I guess one thing at a time :) https://discuss.python.org/t/python-3-11-0b1-is-now-available/15602?u=hugovk

Dropping Python 2 is a good idea, it's been EOL for 2 years now. I'd probably merge this first, because dropping 2.7 will be a bigger diff, so reviewing two...

In my experience, whilst many projects do bump major versions when dropping EOL versions (and I usually do too), modern pip and packaging means people can upgrade without things suddenly...

Sounds good! Shall I include it here? (By the way, https://github.com/asottile/pyupgrade/ is a really useful automated tool for upgrading syntax of an entire codebase.)

As a workaround, does running `coverage xml` help? But see also https://github.com/codecov/codecov-action/issues/456 where it's unclear if that's now necessary with v2 or not...

> I've updated the GH Actions to build Linux and macOS wheels for 3.10, but full integration is blocked on: > > * [Python 3.10 support appveyor/ci#3741](https://github.com/appveyor/ci/issues/3741) for Windows >...

@vyder Hi, did you ever get round to looking at this?

I'd argue that standard doesn't apply here and makes things more confusing (see https://github.com/psincraian/pepy/pull/180, https://github.com/psincraian/pepy/issues/192, https://github.com/psincraian/pepy/issues/346). * We say a kilometre and gigabyte, but we don't say "a kilodownload" or...

I'd suggest using B instead of G for billion, like in https://github.com/psincraian/pepy/pull/180.