From 6a6533be831606ef50bfab42dcf8814ac4e78992 Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Mon, 11 Sep 2023 21:58:39 +0300 Subject: [PATCH] Don't install pendulum on python 3.12 temporarily --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 216635f3..f0d1d1a9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ codespell>=2.2.2 # third party features ciso8601>=2.1.3 -#pendulum>=2.1.2 +pendulum>=2.1.2;python_version<'3.12' # benchmark pyperf>=2.6.1