Skip to content

Commit 973356d

Browse files
authored
Fix CI for Django 6 on Python 3.9-3.11
1 parent 8fc9cb6 commit 973356d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
requests~=2.32.5; python_version < "3.10"
22
requests~=2.34.0; python_version >= "3.10"
33
# Core dependencies
4-
django>=6.0.6,<6.1.0
4+
django>=4.2.0,<5.0.0; python_version < "3.12"
5+
django>=6.0.6,<6.1.0; python_version >= "3.12"
56
python-dotenv>=1.0.0
67
cryptography>=46.0.6,<47.0
78
pyjwt>=2.10.0

0 commit comments

Comments
 (0)