diff --git a/pyproject.toml b/pyproject.toml index b95768f..fd2656d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "setuptools-scm"] [project] name = "comyx" -requires-python = ">=3.10" +requires-python = ">=3.11" description = "Comyx is an optimized and modular Python library for simulating wireless communication systems." authors = [{ name = "Muhammad Umer", email = "thisismumer@gmail.com" }] keywords = ["python", "communication", "simulator", "wireless communication"]