From d599c48f9ed06be9f4a9397c02de93410aaaadf6 Mon Sep 17 00:00:00 2001 From: Pierce Kelaita Date: Thu, 12 Dec 2024 07:04:26 -0800 Subject: [PATCH] Bump python version in mypy and README --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80124b4..d65abe0 100644 --- a/README.md +++ b/README.md @@ -658,7 +658,7 @@ Your name is Pierce and you are a software engineer. Contributions are welcome! Please see the below contribution guide. - **Requirements** - - Python >= 3.12 + - Python >= 3.13 - [GNU Make](https://www.gnu.org/software/make/) - **Setup** - Clone this repository and create a Python virtual environment. diff --git a/pyproject.toml b/pyproject.toml index 9e5d7bb..234f339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,4 +49,4 @@ warn_redundant_casts = true warn_unused_ignores = true warn_return_any = true -python_version = "3.12" +python_version = "3.13"