jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.58k stars 589 forks source link

Add support for Python 3.10 #504

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Python 3.10 was released last week:

Only test 3.10 on Ubuntu for now, because binary wheels for pandas on macOS and Windows are not yet available and the build will fail.

codecov[bot] commented 2 years ago

Codecov Report

Merging #504 (509682a) into master (37ce048) will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #504      +/-   ##
==========================================
+ Coverage   90.78%   90.80%   +0.02%     
==========================================
  Files          28       28              
  Lines        2647     2653       +6     
==========================================
+ Hits         2403     2409       +6     
  Misses        244      244              
Impacted Files Coverage Δ
src/tablib/packages/dbfpy/dbfnew.py 97.67% <0.00%> (+0.05%) :arrow_up:
src/tablib/packages/dbfpy/fields.py 71.27% <0.00%> (+0.15%) :arrow_up:
src/tablib/packages/dbfpy/utils.py 90.16% <0.00%> (+0.16%) :arrow_up:
src/tablib/packages/dbfpy/header.py 83.83% <0.00%> (+0.16%) :arrow_up:
src/tablib/packages/dbfpy/dbf.py 68.75% <0.00%> (+0.32%) :arrow_up:
src/tablib/packages/dbfpy/record.py 76.05% <0.00%> (+0.34%) :arrow_up:

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 37ce048...509682a. Read the comment docs.