Minimum Version for Tools
Keith Prussing <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <CAFSsAkDc78cZOkRkq9_7=YOt1ewNkN2XOnSbvGA2iew8mjvB9w@mail.gmail.com> |
I'm looking at updating a [Tool] I developed for working with Pandoc. I originally developed it for SCons <4.0. I noticed that `SCons.Warnings.Warning` has changed to `SCons.Warnings.SConsWarning` with version 4. I personally rarely care about old versions when I could be using the latest and greatest. However, I would prefer to be nice to other potential users. My question is: What minimum version of SCons is considered good practice to support? I can work out the details of determining the SCons version, but it's rather verbose and ugly (IMHO). [Tool]: https://github.com/kprussing/scons-pandoc -- Keith Prussing