nalepae / pandarallel

A simple and efficient tool to parallelize Pandas operations on all available CPUs
https://nalepae.github.io/pandarallel
BSD 3-Clause "New" or "Revised" License
3.59k stars 208 forks source link

time_ns with Python 3.6 #228

Closed SunYanCN closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #228 (23609f5) into master (b78c63c) will decrease coverage by 0.77%. The diff coverage is 28.57%.

@@            Coverage Diff             @@
##           master     #228      +/-   ##
==========================================
- Coverage   91.37%   90.61%   -0.77%     
==========================================
  Files          12       12              
  Lines         580      586       +6     
==========================================
+ Hits          530      531       +1     
- Misses         50       55       +5     
Impacted Files Coverage Δ
pandarallel/progress_bars.py 72.65% <28.57%> (-2.76%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

till-m commented 1 year ago

Technically we don't support Python <3.7 anymore. Python 3.6 doesnt' even receive security fixes anymore. @nalepae what do you think, should we change that decision?

nalepae commented 1 year ago

@till-m agree with you, Python 3.6 is EOL since 22 Dec 2016. ==> We do not support it.