dependabot[bot]
|
c30403302f
|
chore(ci): bump actions/checkout from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 5 to 6
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-12-01 17:16:53 +00:00 |
|
Rémy Hubscher
|
f7c3d5f736
|
Add Django 5.1, 5.2 and Python 3.14 test
|
2025-10-21 09:56:59 +02:00 |
|
dependabot[bot]
|
461b98371f
|
chore(ci): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python).
Updates `actions/checkout` from 4 to 5
- [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/v4...v5)
Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-07 08:50:48 +00:00 |
|
Rotzbua
|
d9c9c3e81f
|
feat(tests): add python 3.13 to tests (#600)
|
2024-12-09 12:43:06 +05:00 |
|
dependabot[bot]
|
bb50d5e4c5
|
chore(ci): bump the github-actions group with 2 updates (#599)
Bumps the github-actions group with 2 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [codecov/codecov-action](https://github.com/codecov/codecov-action).
Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.2
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.11.0...v1.12.2)
Updates `codecov/codecov-action` from 4 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/v4...v5)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-02 11:53:19 +05:00 |
|
Alexandr Artemyev
|
57083bbed2
|
Add ruff format & lint (isort only) (#560)
|
2024-07-03 19:21:33 +05:00 |
|
Alexandr Artemyev
|
554eedc7c2
|
migate from setup.py to pyproject.toml & bump tox & declare support for python 3.12 (#557)
* migate from setup.py to pyproject.toml
* bump tox
* declare support for python 3.12
|
2024-07-03 13:30:29 +05:00 |
|
Rotzbua
|
6eaa7a6602
|
chore: update supported versions (#545)
- drop eol django 3.2 4.0 4.1
- drop eol python 3.7
- drop untested PyPy support
- prepare python 3.12 test
- update GH action dependencies
- add dependabot to maintain GH action dependencies
|
2024-06-11 17:46:29 +05:00 |
|
Arun
|
69fc0f9a8e
|
ci: Use GITHUB_OUTPUT envvar instead of set-output command
|
2024-01-11 17:12:17 -08:00 |
|
Sergei Iurchenko
|
b486056802
|
fix_ci (#512)
* fix_ci
Co-authored-by: Iurchenko Sergei
|
2023-03-11 08:58:13 -06:00 |
|
Hugo van Kemenade
|
bd022205f1
|
CI: Replace deprecated pypy3 with pypy-3.8 (#460)
pypy3 is deprecated and is not available in newer images:
https://github.com/actions/setup-python/issues/244#issuecomment-925966022
Instead explicitly specify the version:
https://github.com/actions/setup-python#specifying-a-pypy-version
Committed via https://github.com/asottile/all-repos
|
2021-11-11 07:47:20 -05:00 |
|
Jair Henrique
|
a706e4798c
|
Add support to python 3.10 (#455)
|
2021-10-21 13:56:14 -05:00 |
|
Jannis Leidel
|
8d57f02023
|
Migrate to GitHub Actions. (#435)
* Add GitHub Actions test workflow.
* Add version map.
* Fix name.
* Update .github/workflows/test.yml
* Add release workflow.
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
|
2020-11-27 09:29:12 -05:00 |
|