From c54575fcadec118e60f9d725379ede3a13bfe473 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Fri, 2 Jun 2023 13:17:07 -0400 Subject: [PATCH] Update pyproject metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 526db33..b5e981d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] -name = "mwc-pedprog-unit00-lab00" +name = "lab_turtle" version = "0.1.0" description = "" authors = ["Chris Proctor "] license = "MIT" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.11" [tool.poetry.dev-dependencies]