mozilla / active-data-recipes

A repository of various activedata queries and recipes
Mozilla Public License 2.0
8 stars 24 forks source link

Stop supporting python 2 #58

Closed ahal closed 5 years ago

ahal commented 5 years ago

There isn't really a good reason this needs to support both python 2 and python 3. To simplify things, let's just support 3 only. Steps to take:

  1. Remove the py2 call from tox.ini
  2. Remove six from the dependencies in setup.py
  3. Remove all references to six in the code (and replace them with their python 3 equivalents).
kerlynNkep commented 5 years ago

@ahal thanks for referring me to this issues. I will also work on this as well.

terrameijar commented 5 years ago

@ahal I would like to work on this if its still up for grabs or any other issues that you can point me to.

kerlynNkep commented 5 years ago

Hi @terrameijar am working on it already.

rabyatouyimga commented 5 years ago

@ahal @kerlynNkep ok, since you are working on this, I shall look for another issue for my first contribution. @ahal please is there any task you suggest I work on?

kerlynNkep commented 5 years ago

Hello @ahal i have sent a PR. Please can you check it and get back to me

ahal commented 5 years ago

Thanks for your contribution @kerlynNkep!

ahal commented 5 years ago

@rabyatouyimga I apologize, but the final application deadline is tomorrow and at this point it's too late to start recording contributions. There should be several projects that have requested additional applications and have extended their deadline. I'd recommend trying to find one of those to contribute to.

But thanks for your interest!