File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 # Install this project in editable mode, so that its package metadata can be queried
134134 pip install --editable .
135135 # Install the latest minor version of Django we support
136- pip install --pre "Django>=6.0a1 "
136+ pip install --pre "Django==6.0 "
137137
138138 - name : Check translation files are updated
139139 run : python -m simple_history.tests.generated_file_checks.check_translations
Original file line number Diff line number Diff line change 3838 dj50: Django>=5.0,<5.1
3939 dj51: Django>=5.1,<5.2
4040 dj52: Django>=5.2,<5.3
41- dj60: Django>=6.0a1 ,<6.1 # Use a1 to allow testing of the release candidates
41+ dj60: Django>=6.0 ,<6.1
4242 djmain: https://github.com/django/django/tarball/main
4343 postgres: -rrequirements/postgres.txt
4444 mysql: -rrequirements/mysql.txt
You can’t perform that action at this time.
0 commit comments