Commit graph

8 commits

Author SHA1 Message Date
dependabot[bot]
404d1098e1
chore(deps): bump actions/checkout from 2 to 3 (#173)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 18:50:18 -08:00
dependabot[bot]
262ad0c6aa
chore(deps): bump actions/setup-python from 2 to 3 (#172)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-01 18:50:10 -08:00
Mike
dac24f4df7
Add Django 4.0 support (#138)
* chore: bump min python version to 3.7

* test: update test matrix versions

* doc: update changelog

* test: use strings for versions

* test: use major.minor for django version
2021-12-18 20:17:20 -08:00
dependabot[bot]
c76a3631b3
chore(deps): bump actions/cache from 2.1.6 to 2.1.7 (#123)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-28 15:20:00 -08:00
Jannis Leidel
a303c841ff
Add release workflow. 2021-10-21 16:02:54 +02:00
Mike
eeea0e1dbe chore: add upload to codecov step 2021-10-20 08:03:03 -07:00
dependabot[bot]
1a85e7f018
Bump actions/cache from 1 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...v2.1.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-16 18:07:27 +00:00
Mike
575e2480ca Add test github action 2021-10-15 17:25:30 -07:00