petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.24k stars 193 forks source link

ci: run full doctests from python 3.6 to 3.10 #590

Closed juarezr closed 2 years ago

juarezr commented 2 years ago

This PR has the objective of enabling doctests on python 3.9 and 3.10

Changes

  1. Enabled doctests from python 3.6 to 3.10
  2. Except on windows that doctests are enabled from python 3.8 to 3.10

Context

Checklist

Checklist for for pull requests including new code and/or changes to existing code...

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.9%) to 91.759% when pulling 7e317f88d31dd33d3dffb3e9dac22b33b222575a on juarezr:py3_10full into bf6873fc0f9ba73c2e7299f4e891d4370d71633d on petl-developers:master.

juarezr commented 2 years ago

@arturponinski,

Can you review this PR again, please?

The main changes are:

arturponinski commented 2 years ago

@juarezr I've made some minor worthy changes, and made a PR to your branch: https://github.com/juarezr/petl/pull/4