biocore / pyqi

Tools for developing and testing command line interfaces in Python.
Other
9 stars 13 forks source link

Python 3.4 #263

Closed adamrp closed 10 years ago

adamrp commented 10 years ago

There was some discussion about adding python 3.4 support in issue #247, but no one ever got around to doing it (or creating an issue). Are there still plans to do this? the change log makes it look like there is nothing that would break if we simply added "3.4" to line 47 of setup.py

This came up because we are testing Qiita with python 3.4. Qiita depends on biom, which depends on pyqi, which breaks with 3.4 (even though it probably doesn't need to).

In the short term, we will likely change Qiita to test with 3.3, but just curious about this.