From 54178ce42ffcce5857079d0eb6facc1a1493842a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Thu, 4 Dec 2025 04:49:32 +0300 Subject: [PATCH 1/3] Replace 6.0a1 refs with the stable release --- .github/workflows/test.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08444c41..9e4e106a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -133,7 +133,7 @@ jobs: # Install this project in editable mode, so that its package metadata can be queried pip install --editable . # Install the latest minor version of Django we support - pip install --pre "Django>=6.0a1" + pip install "Django>=6.0,<6.1" - name: Check translation files are updated run: python -m simple_history.tests.generated_file_checks.check_translations diff --git a/tox.ini b/tox.ini index b6243990..e5e3dc3c 100644 --- a/tox.ini +++ b/tox.ini @@ -38,7 +38,7 @@ deps = dj50: Django>=5.0,<5.1 dj51: Django>=5.1,<5.2 dj52: Django>=5.2,<5.3 - dj60: Django>=6.0a1,<6.1 # Use a1 to allow testing of the release candidates + dj60: Django>=6.0,<6.1 djmain: https://github.com/django/django/tarball/main postgres: -rrequirements/postgres.txt mysql: -rrequirements/mysql.txt From 7dabcb88970c8c9047b69aee76b6823eca5e15d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Thu, 4 Dec 2025 04:49:53 +0300 Subject: [PATCH 2/3] Add Django 6.0 to trove classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a177620d..6597ab81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = [ "Framework :: Django :: 5.0", "Framework :: Django :: 5.1", "Framework :: Django :: 5.2", + "Framework :: Django :: 6.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", From a6501d51246d9c76d102fb34efa47d00cd99b512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Thu, 4 Dec 2025 04:52:53 +0300 Subject: [PATCH 3/3] Add @ulgens to AUTHORS.rst --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 05a3b8fc..1148c5c0 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -137,6 +137,7 @@ Authors - Tommy Beadle (`tbeadle `_) - Trey Hunner (`treyhunner `_) - Ulysses Vilela +- Ülgen Sarıkavak (`ulgens `_) - `vnagendra `_ - `yakimka `_ - `Paulo Peres `_