Add python 3.14 as classifier to project metadata#7263
Add python 3.14 as classifier to project metadata#7263agoscinski wants to merge 1 commit intoaiidateam:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #7263 +/- ##
===========================================
- Coverage 79.75% 29.98% -49.77%
===========================================
Files 566 566
Lines 43895 43849 -46
===========================================
- Hits 35006 13144 -21862
- Misses 8889 30705 +21816 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
danielhollas
left a comment
There was a problem hiding this comment.
Would be great to run the production test suite on python 3.14
Btw @GeigerJ2 this one would be good to merge before release
|
Benchmark results show significant slow downs. See 2.8.0rc1-py3.14 and 2.8.0rc1-py3.12. Need to investigate it before we merge it. For now we decided to mention Python 3.14 support only in the CHANGELOG, because there is no Beta marker for python support. |
|
Not sure if useful, but was curious and ran the performance_benchmark_base.py and I don't see a major difference between Python versions Using presto profile with sqlite and without broker(I omitted some lines in the output) Python 3.12 Python 3.14 Profile with rabbitmq 3.13 and Postgresql-14Python 3.12.13 Python 3.14.3 |
After a discussion in #7240 we decided to add a classifier.
EDIT: You are right, I should at least run the our production test suite on py3.14 before merging.