GantMan / nsfw_model

Keras model of NSFW detector
Other
1.75k stars 273 forks source link

Drop old Python versions, declare support up to 3.11 #133

Closed Vanphongle closed 1 year ago

Vanphongle commented 1 year ago

drop pythons older than 3.7 and add python from 3.8 to 3.11

Fixes #130

colindean commented 1 year ago

Thank you for doing this! The power of marking things as "help wanted" 😄

This is precisely what I wanted! Upon further inspection, it looks like we can bump the minimum Tensorflow version to 2.2.x since 2.1.x doesn't support Python 3.8.