facebookincubator / xar

executable archive format
Other
1.57k stars 55 forks source link

Support for other Python 3.x versions #26

Closed timabbott closed 5 years ago

timabbott commented 5 years ago

I noticed that this package only officially supports Python 2.6 and 3.6; is there a reason you'd expect it to not work on with 3.5/3.7, or have you just not tested it for those?

cooperlees commented 5 years ago

We've only tested with:

README.md sepecifies Python >= 2.7.11 & >= 3.5.

I'd expect it to work with 3.7, unless a dep or our code has a bug. Have cut https://github.com/facebookincubator/xar/issues/28 to get CircleCI testing with 3.7.

cooperlees commented 5 years ago

Felt I answered this. Please reopen if not.

timabbott commented 5 years ago

Great, thanks!