From a8a2ee2314249851d462b1a2d3fa74b1fef56f55 Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Fri, 5 Apr 2024 15:43:10 +0500 Subject: [PATCH] feat: Adding python3.11 support. --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index bc9dc0f..58ebf1b 100644 --- a/tox.ini +++ b/tox.ini @@ -61,7 +61,7 @@ commands = [testenv:translations_pull] deps = - edx-i18n-tools==0.4.8 + edx-i18n-tools==1.3.0 transifex-client commands = cd sql_grader && i18n_tool transifex pull @@ -70,7 +70,7 @@ allowlist_externals = [testenv:translations_compile] deps = - edx-i18n-tools==0.4.8 + edx-i18n-tools==1.3.0 commands = cd sql_grader && i18n_tool generate allowlist_externals = @@ -78,7 +78,7 @@ allowlist_externals = [testenv:translations_dummy] deps = - edx-i18n-tools==0.4.8 + edx-i18n-tools==1.3.0 commands = cd sql_grader && i18n_tool dummy allowlist_externals = @@ -86,7 +86,7 @@ allowlist_externals = [testenv:translations_detect_changed] deps = - edx-i18n-tools==0.4.8 + edx-i18n-tools==1.3.0 commands = cd sql_grader && i18n_tool changed allowlist_externals = @@ -94,7 +94,7 @@ allowlist_externals = [testenv:translations_extract] deps = - edx-i18n-tools==0.4.8 + edx-i18n-tools==1.3.0 commands = cd sql_grader && i18n_tool extract allowlist_externals =