moble / quaternionic

Interpret numpy arrays as quaternionic arrays with numba acceleration
MIT License
84 stars 7 forks source link

Bump versions for python 3.10 compatibility #32

Closed moble closed 2 years ago

moble commented 2 years ago

Support for older pythons has dropped among dependencies. It does not seem possible to support python 3.6 or 3.7 at this point, so I'll have to drop them too. This is, however, well in line with numpy's own support, which dropped support for 3.7 several months ago.

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (c4268fa) into main (cc7b9d0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1041      1041           
  Branches       108       113    +5     
=========================================
  Hits          1041      1041           

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 2047317...c4268fa. Read the comment docs.