jiffyclub / palettable

Color palettes for Python
https://jiffyclub.github.io/palettable/
Other
768 stars 73 forks source link

Python 3.8 installing from pip #38

Closed scottstanie closed 3 years ago

scottstanie commented 3 years ago

Hi, is there any reason to not add Python 3.8 to the setup.py version list? As it is, pip doesn't find it when using 3.8 since it only lists up to 3.7

jiffyclub commented 3 years ago

No reason, it only hasn't been updated recently. It works in Python 3.8 as far as I know. Are you using a particular pip setting or version? I just tried pip install snakeviz with pip 20.2.3 and it installed ok.

scottstanie commented 3 years ago

Hmm I'm also using that version, and unfortunately (or fortunately?) I can't reproduce my error- the install works fine now. Sorry about that!