Update cookiecutter.json

Adds the option for postgres 17
This commit is contained in:
Jeff Foster 2025-04-18 11:58:43 -07:00 committed by GitHub
parent e5d04b1f0b
commit 42ff16d609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
"windows": "n",
"editor": ["None", "PyCharm", "VS Code"],
"use_docker": "n",
"postgresql_version": ["16", "15", "14", "13"],
"postgresql_version": ["17", "16", "15", "14", "13"],
"cloud_provider": ["AWS", "GCP", "Azure", "None"],
"mail_service": [
"Mailgun",