Skip to content

Commit

Permalink
build: adding python3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Mar 23, 2024
1 parent 883bb6a commit abde806
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
run:
make requirements
if [ "${{ matrix.python-version }}" == "3.8" ]; then
pip install pyyaml<6.0
pip install pyyaml==5.4.1
elif [ "${{ matrix.python-version }}" == "3.11" ]; then
pip install pyyaml>6.0
pip install pyyaml==6.0.1
fi
- name: Install Firefox
run: |
Expand Down
1 change: 0 additions & 1 deletion requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ pytz==2024.1
# drf-yasg
pywatchman==2.0.0 ; "linux" in sys_platform
# via -r requirements/dev.txt
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
Expand Down
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ pytz==2024.1
# via
# -r requirements/base.in
# drf-yasg
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# code-annotations
Expand Down
1 change: 0 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ pytz==2024.1
# drf-yasg
pywatchman==2.0.0 ; "linux" in sys_platform
# via -r requirements/dev.in
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down
1 change: 0 additions & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ pytz==2024.1
# -r requirements/base.txt
# django-ses
# drf-yasg
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
1 change: 0 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ pytz==2024.1
# via
# -r requirements/base.txt
# drf-yasg
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
1 change: 0 additions & 1 deletion requirements/translations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ path==16.10.0
# via edx-i18n-tools
polib==1.2.0
# via edx-i18n-tools
pyyaml==5.4.1
# via
# -c requirements/constraints.txt
# edx-i18n-tools
Expand Down

0 comments on commit abde806

Please sign in to comment.