1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-11 07:36:01 +02:00

Remove Python 3.6 support
All checks were successful
continuous-integration/drone/push Build is passing

Pandas 1.2.0 apparently requires Python 3.7.1+.
This commit is contained in:
2021-01-03 15:51:53 +02:00
parent 7edb8b19d7
commit d3880a9dfa
3 changed files with 2 additions and 17 deletions

View File

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Reformat with black
- Requires Python 3.7+ for pandas 1.2.0
### Updated
- Run `poetry update`