timothycrosley / deprecated.pies

The simplest (and tastiest) way to write one program that runs on both Python 2 and Python 3.
MIT License
148 stars 7 forks source link

Makes use of enum34 but does not officially support Python 3.4? #34

Closed hartwork closed 9 years ago

hartwork commented 9 years ago

Could it be that there's a line

Programming Language :: Python :: 3.4

missing? Is Python 3.4 supported? The use of enum34 made me wonder.

timothycrosley commented 9 years ago

Yes Python 3.4 is supported, will update before the next release.

Sorry for the confusion, I think this was caused by the last release of pies being before 3.4 final was released.

Thanks!

Timothy

timothycrosley commented 9 years ago

This fix is now live in version 2.6.2

Thanks for reporting!

~Timothy