Skip to content

1.3.0

Choose a tag to compare

@hakancelikdev hakancelikdev released this 18 Sep 05:13
· 10 commits to main since this release

[1.3.0] - 2025-08-01

Added

  • Python 3.13 support added

Changed

  • Python 3.8 support dropped
    • Updated minimum Python version requirement from 3.8+ to 3.9+
    • Removed Python 3.8 from CI/CD pipeline and testing environments
    • Updated all configuration files to reflect Python 3.9+ support
  • Upgraded all package versions in use

Fixed

  • Replace deprecated lib2to3 imports with ast module in test cases
    • Fixed deprecation warning in Python 3.10+ compatibility
    • Updated test cases to use modern ast module instead of deprecated lib2to3 package
    • All tests now pass without deprecation warnings