srsudar / eg

Useful examples at the command line.
MIT License
1.8k stars 98 forks source link

Change from minor- to major/minor- aware version check #76

Closed srsudar closed 6 years ago

srsudar commented 6 years ago

Closes #75

As noted on #75, the version checking we were doing for compatibility below 2.7 was only checking the minor version, which will lead to a regression as 3.7 becomes the default. This correctly checks for <2.7 rather than simply <x.7.