JuliaPy / PyCall.jl

Package to call Python functions from the Julia language
MIT License
1.45k stars 186 forks source link

Python 3.10 is latest #986

Closed PallHaraldsson closed 2 years ago

PallHaraldsson commented 2 years ago

I noticed Python 3.6 is EOLed, and was thinking you may not want say you support it (I didn't locate it), nor test it(?) to not waste resources (nor 2.7?). Maybe default to latest version, for Conda/Windows downloads, so people can profit from latest features?

Also there are security issues with all minor release of all 3.10, 3.9 down to 3.7 (documented) and likely 3.6 and 2.7 and older.

I'm not sure, but it seems 2.7 is still tested...

[skip ci]

codecov-commenter commented 2 years ago

Codecov Report

Merging #986 (0a1bf2b) into master (2728e20) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #986   +/-   ##
=======================================
  Coverage   68.36%   68.36%           
=======================================
  Files          20       20           
  Lines        2023     2023           
=======================================
  Hits         1383     1383           
  Misses        640      640           
Flag Coverage Δ
unittests 68.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2728e20...0a1bf2b. Read the comment docs.

stevengj commented 2 years ago

Since these are just examples in the README, it's not a big deal, but might as well update.