Skip to content

Commit d59474b

Browse files
authored
Update README.md (#22)
1 parent c144904 commit d59474b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AWS Serverless service cookiecutter (Python)
22

33
[![license](https://img.shields.io/github/license/ran-isenberg/cookiecutter-serverless-python)](https://github.com/ran-isenberg/cookiecutter-serverless-python/blob/master/LICENSE)
4-
![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.11&color=blue?style=flat-square&logo=python)
4+
![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.12&color=blue?style=flat-square&logo=python)
55
![version](https://img.shields.io/github/v/release/ran-isenberg/cookiecutter-serverless-python)
66
![github-star-badge](https://img.shields.io/github/stars/ran-isenberg/cookiecutter-serverless-python.svg?style=social)
77
![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
2828

2929
* **Docker** - install [Docker](https://www.docker.com/). Required for the Lambda layer packaging process.
3030
* **[AWS CDK](cdk.md)** - Required for synth & deploying the AWS Cloudformation stack.
31-
* Python 3.11
31+
* Python 3.12
3232
* [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.
3333
* For Windows based machines, use the Makefile_windows version (rename to Makefile). Default Makefile is for Mac/Linux.
3434
* Cookiecutter - install with pip/brew ``brew install cookiecutter`` or ``pip install cookiecutter``

0 commit comments

Comments
 (0)