From d59474be41f667c27ff6a1f4f6b883d21d47989b Mon Sep 17 00:00:00 2001 From: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:07:10 +0200 Subject: [PATCH] Update README.md (#22) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1aa4308..280b3d2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AWS Serverless service cookiecutter (Python) [![license](https://img.shields.io/github/license/ran-isenberg/cookiecutter-serverless-python)](https://github.com/ran-isenberg/cookiecutter-serverless-python/blob/master/LICENSE) -![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.11&color=blue?style=flat-square&logo=python) +![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.12&color=blue?style=flat-square&logo=python) ![version](https://img.shields.io/github/v/release/ran-isenberg/cookiecutter-serverless-python) ![github-star-badge](https://img.shields.io/github/stars/ran-isenberg/cookiecutter-serverless-python.svg?style=social) ![issues](https://img.shields.io/github/issues/ran-isenberg/cookiecutter-serverless-python) @@ -28,7 +28,7 @@ The project is based on my [AWS Lambda Cookbook template project](https://github * **Docker** - install [Docker](https://www.docker.com/). Required for the Lambda layer packaging process. * **[AWS CDK](cdk.md)** - Required for synth & deploying the AWS Cloudformation stack. -* Python 3.11 +* Python 3.12 * [poetry](https://pypi.org/project/poetry/) - Make sure to run ``poetry config --local virtualenvs.in-project true`` so all dependencies are installed in the project '.venv' folder. * For Windows based machines, use the Makefile_windows version (rename to Makefile). Default Makefile is for Mac/Linux. * Cookiecutter - install with pip/brew ``brew install cookiecutter`` or ``pip install cookiecutter``