jpvanhal / inflection

A port of Ruby on Rails' inflector to Python
https://inflection.readthedocs.io
MIT License
501 stars 62 forks source link

Update versions #22

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

Python 2.6 and 3.3 are both EOL and no longer receiving security updates from the core team.

2.6 was already dropped in https://github.com/jpvanhal/inflection/pull/20.

Also add 3.5 and 3.6.

Also replace function call with set literal, and fix a test that looks like it had a copy/paste mistake.

jpvanhal commented 6 years ago

Thanks! I merged this manually in 62158bb.

hugovk commented 6 years ago

Thanks!