summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Django 4.2 tox update (#1189)HEADdevelopJonas Vacek2023-05-141-0/+9
| | | | | | | | | | | | | * Update tox.ini for Django 4.2 * Fix 4.2 deps * Update ci.yml matrix for 4.2 * Update classifiers --------- Co-authored-by: Mathieu Pillard <diox@users.noreply.github.com>
* Officially support Python 3.11 (#1168)Mathieu Pillard2023-01-061-0/+2
| | | | | * Officially support Python 3.11 * Implement __hash__ in LazyScriptNamePrefixedUrl to fix Python 3.11 tests
* Drop older versions of Django (2.2, 3.1) & Python (3.7) (#1150)Mathieu Pillard2022-10-311-18/+2
|
* Drop Python 3.6 support (#1148)Mathieu Pillard2022-10-141-6/+0
|
* Test Django 4.1.x in CI separately from 4.0.x (#1134)Mathieu Pillard2022-08-031-0/+7
|
* Create dependabot.ymlMathieu Pillard2022-07-121-0/+7
|
* Updated CI matrix. (#1074)Carlton Gibson2021-11-221-12/+4
| | | | | * Stopped testing against Django 3.0. * Stopped testing against Python 3.5. * Added Python 3.10 to test matrix.
* Added Django 4.0 to test matrix. (#1072)Carlton Gibson2021-11-221-0/+6
| | | | | * Added Django 4.0 to test matrix. * Switched to `django-admin` (without `.py` suffix) for test commands. The old aliases are Removed in Django 4.0.
* Merge pull request #1048 from browniebroke/update-supported-versionsMathieu Pillard2021-04-121-8/+23
|\ | | | | Update Django/Python support
| * Update Django/Python supportBruno Alla2021-04-121-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | - Add Python 3.9 - Add Django 3.1 and 3.2 However, to achieve that, we also need to: - Bump django-sekizai to v2 (earlier versions don't support Django 3.1) - Drop support for Django 1.11 (django-sekizai 2 requires Django 2.2 or higher) We've passed the end of extended support for Django 1.11 by more than a year (April 1, 2020) so I think it should be ok to make this breaking change.
* | Use codecov lib instead of codecov actionBruno Alla2021-04-121-1/+3
|/
* Update .github/workflows/ci.ymlMathieu Pillard2021-04-111-2/+1
| | | Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
* Run CI on current branchBruno Alla2021-04-111-0/+1
|
* Migrate CI to Github actionsBruno Alla2021-04-111-0/+49