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 4, 2024
1 parent 56dc985 commit de7162b
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 @@ -64,37 +64,37 @@ commands =

[testenv:translations_pull]
deps =
edx-i18n-tools==0.4.8
edx-i18n-tools==1.3.0
transifex-client
changedir = {toxinidir}/freetextresponse
commands =
i18n_tool transifex pull

[testenv:translations_compile]
deps =
edx-i18n-tools==0.4.8
edx-i18n-tools==1.3.0
changedir = {toxinidir}/freetextresponse
commands =
i18n_tool generate

[testenv:translations_dummy]
deps =
edx-i18n-tools==0.4.8
edx-i18n-tools==1.3.0
changedir = {toxinidir}/freetextresponse
commands =
i18n_tool dummy

[testenv:translations_detect_changed]
deps =
edx-i18n-tools==0.4.8
edx-i18n-tools==1.3.0
changedir = {toxinidir}/freetextresponse
commands =
i18n_tool extract
i18n_tool changed

[testenv:translations_extract]
deps =
edx-i18n-tools==0.4.8
edx-i18n-tools==1.3.0
changedir = {toxinidir}/freetextresponse
commands =
i18n_tool extract
Expand Down

0 comments on commit de7162b

Please sign in to comment.