Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@ARYAN-NIKNEZHAD ARYAN-NIKNEZHAD released this 13 Oct 19:47

✨ Features

  • chore(python): Add support for Python 3.13 and drop support for Python 3.8. (8fead45)
    • Updated the project configuration to support Python 3.13 while removing compatibility with Python 3.8.
    • This change ensures compatibility with the latest Python release and removes support for outdated versions.
    • Closes #24.

🐛 Bug Fixes

  • fix(tests): Update required PYTHON_VERSION for running tests. (7094071)
    • Modified test constants to reflect the new required Python version (3.13) for running tests.
    • Ensured test compatibility with Python 3.13 for smoother CI/CD pipelines.

🔀 Merged

  • Merge PR #25: Add support for Python 3.13 and drop support for Python 3.8. (f974a8b)
    • This merge includes the changes for Python 3.13 compatibility and marks the official transition from Python 3.8.