Skip to content

Commit 0a941f9

Browse files
committed
Replace 6.0a1 refs with the stable release
1 parent 2348a45 commit 0a941f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deps =
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

0 commit comments

Comments
 (0)