From cfc03ca5cbfca2615f399edf58ab458853149cf8 Mon Sep 17 00:00:00 2001 From: Ioannis Pantidis <40605232+AttackingOrDefending@users.noreply.github.com> Date: Sat, 8 Jun 2024 20:37:52 +0300 Subject: [PATCH] Drop support for python 3.6 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fcb7d6b..85d7dff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ classifiers = include_package_data = true packages = tictactoe -python_requires = >=3.6 +python_requires = >=3.7 install_requires = numpy>=1.20