Commit graph

15 commits

Author SHA1 Message Date
Alexandr Artemyev
98effe6917
Ping gh-action-pypi-publish version (#568) 2024-08-23 14:13:20 -05:00
Alexandr Artemyev
f5bf8e5adc
Add build 2024-08-21 12:12:49 +05:00
Alexandr Artemyev
46f2f7aa85
Fix release.yml 2024-08-21 12:09:04 +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
6976d8a5e9
feat(docs): migrate to sphinx 7 (#553)
* feat(docs): migrate to sphinx 7

feat(docs): add instant search
feat(docs): enable reproducible build with requirements.txt
fix(docs): warnings
WARNING: The pre-Sphinx 1.0 'intersphinx_mapping' format is deprecated and will be removed in Sphinx 8. Update to the current format as described in the documentation. Hint: "intersphinx_mapping = {'<name>': ('https://docs.python.org/', None)}".https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#confval-intersphinx_mapping

* feat(docs): add test build to GH CI
2024-06-14 19:57:30 +05:00
dependabot[bot]
433e0f5be9
chore(ci): bump the github-actions group with 3 updates (#552)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/cache](https://github.com/actions/cache).


Updates `actions/checkout` from 3 to 4
- [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/v3...v4)

Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  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-06-11 17:52:19 +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
Rotzbua
a304c4f865 add django-constance version to issue template 2020-06-08 18:57:03 +02:00
Pablo Vallejo
d9de7bcd91 Create ISSUE_TEMPLATE.md 2016-06-29 08:07:43 -05:00