Closed hugovk closed 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.
Thanks! I merged this manually in 62158bb.
Thanks!
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.