Skip to content

1.2.1 Python 3.12 support

Compare
Choose a tag to compare
@vasily-v-ryabov vasily-v-ryabov released this 04 Jan 21:06
· 33 commits to main since this release
ee187e9
  • Replace distutils with setuptools. By @junkmd.
  • Add Python 3.12 testing into CI pipeline. By @junkmd.
  • Set long description type to "markdown" to fix PyPI description rendering. By @junkmd.
  • Add hints.pyi to package_data in setup.py which copies hints.pyi to correct install location. By @junkmd.
  • Remove Python >=3.3, <=3.6 from CI pipeline. By @vasily-v-ryabov.