aioredlock icon indicating copy to clipboard operation
aioredlock copied to clipboard

Add support for Python 3.10, 3.11, 3.12

Open jelmer opened this issue 6 months ago • 1 comments

Some minor fixes to allow this:

  • fix missing whitespace (reported by flake8)
  • Use packaging.version rather than distutils.version (since distutils is gone in 3.12)

jelmer avatar Dec 29 '23 21:12 jelmer