flatsurf / e-antic

Embedded algebraic number fields
https://flatsurf.github.io/e-antic/libeantic/
GNU Lesser General Public License v3.0
12 stars 11 forks source link

Drop Python 3.6 support #218

Closed saraedum closed 2 years ago

saraedum commented 2 years ago

and add Python 3.10 support.

We do not really need Python 3.7 we just don't run tests and build conda packages for 3.6 anymore. Also, we only require Python 3.6 so distributions that want to support Python 3.6 for longer do not need to patch our build scripts.

Fixes #215.

This needs the following dependencies:

codecov[bot] commented 2 years ago

Codecov Report

Merging #218 (03cae64) into master (a203f3f) will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #218      +/-   ##
==========================================
- Coverage   92.16%   92.11%   -0.06%     
==========================================
  Files         105      105              
  Lines        2055     2054       -1     
==========================================
- Hits         1894     1892       -2     
- Misses        161      162       +1     
Impacted Files Coverage Δ
libeantic/e-antic/renf_class.hpp 50.00% <0.00%> (-50.00%) :arrow_down:

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 a203f3f...03cae64. Read the comment docs.

saraedum commented 2 years ago

Superseded by #221.