sloev/python-lambdarest

Remove py27 support since end-of-life

sloev opened this issue · 4 comments

sloev commented

I wanna reach to to the users:

And ask whether you have anything against removing py27 support?

I am considering removing py27 support and bumping major version in next release

@nabrosimoff
@svdgraaf
@devgrok
@elviejokike
@simongarnier
@eduardomourar

Nope, we’re full on 3.7+ nowadays

sloev commented

i am dropping support for

  • python 2.7
  • python 3.4

in #54

which releases Lambdarest==6.0.0

other changes:

  • functools.wraps keeping the signature of functions
  • readme changes
  • cleanups, use black for linting etc
sloev commented

@nabrosimoff
@svdgraaf
@devgrok
@elviejokike
@simongarnier
@eduardomourar

version 6.0.0 is released.

changelog:

  • drop support for python 2.7 and 3.4
  • use functools.wraps for keeping of func signatures
  • cleanup of repo, build, lint, and release process