Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.10 #504

Merged
merged 1 commit into from
Oct 14, 2021
Merged

Add support for Python 3.10 #504

merged 1 commit into from
Oct 14, 2021

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Oct 14, 2021

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
Copy link

codecov bot commented Oct 14, 2021

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%) ⬆️
src/tablib/packages/dbfpy/fields.py 71.27% <0.00%> (+0.15%) ⬆️
src/tablib/packages/dbfpy/utils.py 90.16% <0.00%> (+0.16%) ⬆️
src/tablib/packages/dbfpy/header.py 83.83% <0.00%> (+0.16%) ⬆️
src/tablib/packages/dbfpy/dbf.py 68.75% <0.00%> (+0.32%) ⬆️
src/tablib/packages/dbfpy/record.py 76.05% <0.00%> (+0.34%) ⬆️

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.

Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@hugovk hugovk merged commit f87b9ca into jazzband:master Oct 14, 2021
@hugovk hugovk deleted the add-3.10 branch October 14, 2021 10:13
@hugovk hugovk mentioned this pull request Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants