-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 Set sourcery-ai target python version to 3.8 #1095
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1095 +/- ##
=====================================
Coverage 87.1% 87.1%
=====================================
Files 101 101
Lines 5339 5339
Branches 995 995
=====================================
Hits 4654 4654
Misses 530 530
Partials 155 155 Continue to review full report at Codecov.
|
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.6.0 vs. mainParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
Benchmark diff main vs. PRParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
728bf43
to
a4c7c3f
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
We do not want sourcery to introduce code that isn't compatible with python 3.8, like the merge syntax added in python 3.9
, as it tried to do here.
The default python version of sourcery is python 3.9
Change summary
Checklist