Add support for Python 3.12, 3.13, and 3.14 in setup.py#66
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #66 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 134 134
=========================================
Hits 134 134
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
For locally test all python versions, not mandatory I can removed but I used for testing all version to be sure. Old and new ones. |
02c1372 to
c74a4b7
Compare
Sounds good, let's add add it as another PR and include instruction how to use it please... |
c74a4b7 to
0ccc15d
Compare
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
0ccc15d to
71c0ecf
Compare
It is done, we can merge it. |
I also added tox test to be sure all versions are fine.