Skip to content

Commit

Permalink
fixup! Make django applications compatible with Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Dec 12, 2021
1 parent 588e914 commit 77f0ace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/django-different-port-test-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django<3; python_version > '3.5'
Django<2; python_version <='3.5'
Django<3; python_version > '3.8'
Django<2; python_version <='3.8'
4 changes: 2 additions & 2 deletions examples/django-test-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django<3; python_version > '3.5'
Django<2; python_version <='3.5'
Django<3; python_version > '3.8'
Django<2; python_version <='3.8'

0 comments on commit 77f0ace

Please sign in to comment.