From 615129c2968d54fe4b594ebd89e4c23dfb6b63df Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Sun, 14 Sep 2025 22:45:17 -0400 Subject: [PATCH] chore: bump Python version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1546692c..c643871f 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A RESTful API for Pokémon - [pokeapi.co](https://pokeapi.co) - [Join Us On Slack!](#join-us-on-slack) - [Contributing](#contributing) -## Setup   [![pyVersion312](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3128/) +## Setup   [![pyVersion313](https://img.shields.io/badge/python-3.13-blue.svg)](https://www.python.org/downloads/release/python-3137/) - Download this source code into a working directory, be sure to use the flag `--recurse-submodules` to clone also our submodules.