Yesterday, in the heat of the moment, I forgot the actual important part for the python 3 only release, sorry for that it was late :cold_sweat:
The kwarg in setup that tells PyPi, which python versions a package supports is python_requires, just for future reference, when you are going to deprecate the py34 support.
Yesterday, in the heat of the moment, I forgot the actual important part for the python 3 only release, sorry for that it was late :cold_sweat: The
kwarg
insetup
that tells PyPi, which python versions a package supports ispython_requires
, just for future reference, when you are going to deprecate the py34 support.