Skip to content

Release 1.3.15

Choose a tag to compare

@ad3002 ad3002 released this 14 Jun 14:14
· 57 commits to master since this release

Changes in v1.3.15

  • Fixed setuptools compatibility for PyPI by limiting setuptools version to <70.0
  • Resolved Metadata-Version 2.4 compatibility issue with PyPI
  • Updated wheel and setuptools version constraints for better stability

Technical Details

  • setuptools limited to >=61.0,<70.0
  • wheel limited to >=0.40.0,<0.44.0
  • This ensures Metadata-Version 2.2 compatibility with PyPI

This release resolves issues with uploading packages to PyPI due to unsupported metadata versions.