Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automated-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- mariadb:11.4 # [LTS] Maintained until: 29 May 2029
- mariadb:11.8 # [LTS] Maintained until: 04 Jun 2028

# continue-on-error: ${{ matrix.python-version == '3.12' }}
continue-on-error: ${{ matrix.python-version == '3.13' }}

# Set up services
services:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ Section Order:

<!-- Your changes go here -->

> [!IMPORTANT]
>
> This version is utilising features that are only available in Alliance Auth >= 4.12.0.
> Please make sure to update your Alliance Auth instance before installing this version,
> otherwise, an update to Alliance Auth will be pulled in unsupervised.

### Changed

- Switched to DataTables 2 provided by Alliance Auth, instead of bundling it ourselves
- Minimum requirements:
- Alliance Auth >= 4.12.0

## [3.4.0] - 2026-01-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dynamic = [
"version",
]
dependencies = [
"allianceauth>=4.9,<5",
"allianceauth>=4.12,<5",
"django-esi>=8,<9",
"django-eveuniverse>=1.5.4",
]
Expand Down
Loading
Loading