blackrock / ingen

InGen is a command line tool written on top of pandas and great_expectations to perform small scale data transformations and validations without writing code.
Apache License 2.0
14 stars 5 forks source link

Support latest python version #28

Closed shpiyu closed 5 months ago

shpiyu commented 11 months ago

Is your feature request related to a problem? Please describe. InGen is currently tested on python v3.7.9 which has now reached its end of life and is no longer supported.

Describe the solution you'd like Test InGen on latest version of python (preferably >3.10) and upgrade its dependencies accordingly.