arrow
arrow copied to clipboard
Add Python versions and bump ci deps
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
toxormake testto find out!). - [x] 🧹 All linting checks pass when run locally (run
tox -e lintormake lintto find out!). - [x] 📚 Updated documentation for changed code.
- [x] ⏩ Code is up-to-date with the
masterbranch.
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
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.