dependabot[bot]
4e580980fe
Bump codecov/codecov-action from 1 to 5
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 1 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-21 07:46:40 +00:00
Rémy Hubscher
c239015d1a
Update github actions version.
2025-10-21 09:45:36 +02:00
Peter Marheine
41caa79f46
Upgrade support matrix to maintained versions of Django
...
Currently, only Django versions 4.2 and 5.0 are maintained and
collectively only support Python down to version 3.8. This change updates the support matrix
for this package to match.
2024-07-30 10:03:32 +00:00
johnthagen
d19e4bee50
Update GitHub Actions
2022-08-04 09:23:23 -04:00
Peter Marheine
e9fbb74b2c
Uncap Github Actions parallelism
...
There seems to be no reason to limit tests to 5 jobs at a time; removing
the limit should allow tests to finish faster.
2021-12-23 20:27:29 +11:00
Peter Marheine
6381dc94f1
Include Django 4.0 in the test matrix
2021-12-23 13:05:46 +11:00
Peter Marheine
2524668e86
Test on Python 3.10
2021-12-23 11:53:26 +11:00
Hasan Ramezani
a8d231cbed
Add Django 3.2 support.
2021-04-16 14:30:02 +02:00
Hasan Ramezani
006d2a288d
Drop Django 3.0 support.
2021-04-16 14:30:02 +02:00
Jannis Leidel
45e1219275
Rename Django's dev branch to main. ( #181 )
...
* Rename Django's dev branch to main.
More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Refs: https://github.com/django/django/pull/14048
* Don't run Django main test on Python < 3.8.
2021-03-09 13:49:08 +01:00
Jannis Leidel
9f42e65986
Migrate to GitHub Actions. ( #165 )
...
* Add GitHub Actions test workflow.
* Add django version env var handling to tox config.
* Update badges.
* Add release workflow.
* Remove Travis.
* Fix typo.
* Fix more typos.
* Write coverage.xml.
* Remove the need for the VERSION file.
* Simplify demo setup.py.
* Remove VERSION file.
* Update demo/setup.py
* Update setup.py
2020-12-23 11:12:35 +01:00