Skip to content

Commit

Permalink
feat: Adding python3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 5, 2024
1 parent 69db47f commit a8a2ee2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -70,31 +70,31 @@ 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 =
cd

[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 =
cd

[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 =
cd

[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 =
Expand Down

0 comments on commit a8a2ee2

Please sign in to comment.