OpenImageIO icon indicating copy to clipboard operation
OpenImageIO copied to clipboard

Raise Python minimum to 3.7 for OIIO 3.0

Open lgritz opened this issue 1 year ago • 0 comments

### Tasks
- [ ] INSTALL.md -- document the change
- [ ] Any simplifications in python/*.{h,cpp}
- [ ] ci.yml -- eliminate test cases that use python 2.7 (or change them to use 3.x)
- [ ] Look through all our python scripts, simplify places where we have python2 specific things (such as still having `from __future__ import print_function`)

lgritz avatar Feb 19 '24 21:02 lgritz