python-chess icon indicating copy to clipboard operation
python-chess copied to clipboard

Drop support for Python 3.7

Open niklasf opened this issue 5 years ago • 0 comments

https://docs.python.org/3/whatsnew/3.8.html

Enables:

  • [ ] Assignment expressions
  • [ ] mmap.madvise
  • [ ] Positional-only parameters
  • [ ] = in format strings
  • [ ] ProactorEventLoop is the default on Windows (https://github.com/python/cpython/commit/6ea29c5e90dde6c240bd8e0815614b52ac307ea1)
  • [ ] New ThreadedChildWatcher (https://github.com/python/cpython/blob/23a226bf3ae7b462084e899d007d12d9fe398ac5/Lib/asyncio/unix_events.py#L1326)
  • [ ] TypedDict
  • [ ] typing.Literal

niklasf avatar Dec 29 '19 19:12 niklasf