ehmatthes / django-simple-deploy

A reusable Django app that configures your project for deployment
BSD 3-Clause "New" or "Revised" License
304 stars 26 forks source link

Update Python classifiers to include 3.11 and 3.12 #304

Closed joshuadavidthomas closed 2 months ago

joshuadavidthomas commented 2 months ago

3.11 was released in 2022 and 3.12 in 2023. I assume this project will work on both of them, though I have only briefly tested 3.12 locally.

ehmatthes commented 2 months ago

Yes, I have been using 3.12 locally. I would be happy to address any 3.12-specific bugs that are reported.