From 5178665698a71bfcd4891d20e46eef8eaf7c09fd Mon Sep 17 00:00:00 2001 From: Vivek Arte Date: Sat, 18 Jan 2025 00:21:26 +0530 Subject: [PATCH] trying to fix CI tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60e7cfd..9c0936f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.8" +python = "=3.9" numpy = "1.23.3" chacha20poly1305 = "0.0.3" cryptography = "38.0.1"