arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Add Python versions and bump ci deps

Open krisfremen opened this issue 1 year ago • 1 comments

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

  • [ ] 🧪 Added tests for changed code.
  • [x] 🛠️ All tests pass when run locally (run tox or make test to find out!).
  • [x] 🧹 All linting checks pass when run locally (run tox -e lint or make lint to find out!).
  • [x] 📚 Updated documentation for changed code.
  • [x] ⏩ Code is up-to-date with the master branch.

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

krisfremen avatar Jun 23 '24 06:06 krisfremen

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (403c29f) to head (6842c5a). Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1177   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines         2324      2324           
  Branches       357       357           
=========================================
  Hits          2324      2324           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 23 '24 06:06 codecov[bot]