Skip to content

Commit

Permalink
Change python version in workflows and Django versions in requirement…
Browse files Browse the repository at this point in the history
…s.txt
  • Loading branch information
JohannesSetiawan committed Feb 5, 2024
1 parent 00b9a60 commit b8696aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.11]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asgiref==3.7.2
certifi==2024.2.2
charset-normalizer==3.3.2
Django==4.2.9
Django==5.0.1
gunicorn==21.2.0
idna==3.6
packaging==23.2
Expand Down

0 comments on commit b8696aa

Please sign in to comment.