From 1b4cbbaa73763973a2eecf057a65e372a71deadd Mon Sep 17 00:00:00 2001 From: Michael Conard Date: Tue, 28 Nov 2023 00:03:29 -0500 Subject: [PATCH] remove patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3d348ff..248674f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] description = "A tile-placing game for AI development fun" readme = "README.md" -requires-python = ">=3.10.*" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",