apple / ccs-pycalendar

Python iCalendar library used by CalendarServer
https://www.calendarserver.org
Apache License 2.0
70 stars 38 forks source link

supported Python versions #1

Open slavkoja opened 7 years ago

slavkoja commented 7 years ago

Please, specify supported Python versions. Python3 (3.5) complains about:

Now i don't know if python3 is supported and this error, or it is not supported and this is expected.

Thanks

dreness commented 7 years ago

It is known to work with 2.7.x. I'm not sure what the expectation is for python3, but I'll find out.

slavkoja commented 7 years ago

Thanks for reply.

I was able to solve these three files by running 2to3 script on them, but i didn't test whole package on Python3.5 in depth yet. But if i properly remember, the problem was only basic - the parentheses in print and one 0L assignment.