8000 Release v0.0.85 - Test Python 3.8 (#470) Β· ultralytics/actions Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.0.85 - Test Python 3.8 (#470)

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 14:40
· 6 commits to main since this release
0a1c9b0

🌟 Summary

This release improves compatibility and reliability by expanding testing to Python 3.8 and fixing import issues for older Python versions. πŸπŸ”§

πŸ“Š Key Changes

  • Added Python 3.8 to the continuous integration (CI) test matrix, ensuring tests run on both Python 3.8 and 3.13.
  • Improved import handling for the tomllib library to prevent errors on Python versions below 3.11.
  • Updated and refined tests to better support multiple Python versions.

🎯 Purpose & Impact

  • Broadens support for users on legacy systems by ensuring the codebase works smoothly with Python 3.8.
  • Reduces the risk of version-related errors, especially during publishing and deployment.
  • Increases confidence for all users that the software is stable and reliable across a wider range of Python environments. πŸš€
  • Makes it easier for teams and organizations with diverse setups to adopt and use the latest features without compatibility concerns.

What's Changed

Full Changelog: v0.0.84...v0.0.85

0