Skip to content

23.2.0

Compare
Choose a tag to compare
@Tinche Tinche released this 09 Aug 23:49
· 21 commits to main since this release

23.2.0

  • aiofiles is now tested on Python 3.12 too.
    #166 #168
  • On Python 3.12, aiofiles.tempfile.NamedTemporaryFile now accepts a delete_on_close argument, just like the stdlib version.
  • On Python 3.12, aiofiles.tempfile.NamedTemporaryFile no longer exposes a delete attribute, just like the stdlib version.
  • Added aiofiles.os.statvfs and aiofiles.os.path.ismount.
    #162
  • Use PDM instead of Poetry.
    #169