jupyterlab / extension-cookiecutter-ts

A cookiecutter recipe for JupyterLab extensions in Typescript
BSD 3-Clause "New" or "Revised" License
183 stars 88 forks source link

Add Python 3.10 trove classifier #191

Closed jtpio closed 2 years ago

jtpio commented 2 years ago

Now that Python 3.10 is out.

jtpio commented 2 years ago

I guess we could, although we probably don't need the full 3.6 - 3.10 range, maybe just the last 3 stable versions?

bollwyvl commented 2 years ago

There are days left until python 3.6 is EOL. For a new-start project, I'd drop that like it's hot.

Running against the lowest-advertised version is clutch, though, so perhaps ["3.7", "3.10"]?

jtpio commented 2 years ago

Thanks!

Will follow-up with this in a separate PR.