Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@pquentin pquentin released this 03 May 11:12
· 2 commits to master since this release
v0.6.0
2f6d97d
  • Drop support for Python 2.7, 3.5, 3.6 and 3.7
  • Add support for Python 3.9, 3.10, 3.11 and 3.12
  • Replace tokenize with tokenize-rt which roundtrips correctly and handles Python 3.12 f-strings correctly.