approvals / ApprovalTests.Python

ApprovalTests for python
Apache License 2.0
147 stars 52 forks source link

Python 3.12 support #163

Open aaltat opened 4 months ago

aaltat commented 4 months ago

Approval test depends on mrjob, but mrjob has a dependency problem with Python 3.12 https://github.com/Yelp/mrjob/issues/2222 Would it be possible to update dependency to support Python 3.12?

dotlambda commented 2 months ago

Mrjob also has unpatched vulnerabilities: https://github.com/Yelp/mrjob/pull/2220 I think it should be removed as a dependency.