serverless / dashboard

MIT License
24 stars 10 forks source link

Add python v3.12 to the list of classifiers #886

Closed selcukcihan closed 11 months ago

selcukcihan commented 11 months ago

Description

https://github.com/serverless/dashboard/actions/runs/6429390598/job/17458355837?pr=885 surfaced that pyproject_fmt complains we do not list python 3.12 (released couple of days ago) in our config file. This PR adds it to the list of classifiers.

Testing done

CI/CD should validate.

selcukcihan commented 11 months ago

Closing this as the new version won't work with python 3.7