Christopher Broderick
|
f37ed87d6e
|
Merge pull request #393 from cclauss/patch-2
Keep GitHub Actions up to date with GitHub's Dependabot
|
2024-11-09 08:44:30 +00:00 |
|
Christian Clauss
|
4efa08f81a
|
GitHub Actions: Upgrade to Python 3.12
https://github.com/actions/setup-python/releases
|
2024-11-08 18:25:41 +01:00 |
|
Christian Clauss
|
c67eab3507
|
Keep GitHub Actions up to date with GitHub's Dependabot
Fixes software supply chain safety warnings like at the bottom right of
https://github.com/jazzband/django-configurations/actions/runs/11743152917
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
|
2024-11-08 15:13:38 +01:00 |
|
Christopher Broderick
|
65d326a95a
|
Add code coverage token param
|
2024-11-07 09:59:51 +00:00 |
|
Christopher Broderick
|
ba24d3c324
|
Fixes to accomodate v4 codecov/codecov-action changes
|
2024-10-28 20:54:40 +00:00 |
|
Paolo Melchiorre
|
ffe979b63c
|
Fix #372 -- Add support for Python 3.12
|
2023-11-30 10:53:39 +01:00 |
|
Paolo Melchiorre
|
df2a7f18fd
|
Fix #368 -- Update Python and Django versions
|
2023-10-04 16:52:16 +02:00 |
|
Vaclav Rehak
|
2278975744
|
Add pypy 3.10 to the testing matrix
|
2023-09-22 17:55:59 +02:00 |
|
Paolo Melchiorre
|
352d95b2ab
|
Update github actions and fix pipeline
|
2023-01-19 18:06:05 +01:00 |
|
Paolo Melchiorre
|
1f8bac5ba4
|
Fixed #344 - Run tests on python 3.11
|
2022-11-04 18:52:34 +01:00 |
|
Michael Käufl
|
e2861e6327
|
Pin publish action in release workflow
From https://github.com/pypa/gh-action-pypi-publish/blob/unstable/v1/README.md:
The `master` branch version has been sunset. Please, change the
GitHub Action version you use from `master` to `release/v1` or use
an exact tag, or a full Git commit SHA.
|
2022-08-31 17:41:17 +02:00 |
|
Paolo Melchiorre
|
794b858548
|
Fixed #336 -- Update Python and Django versions (#337)
|
2022-08-05 16:42:58 +02:00 |
|
Paolo Melchiorre
|
7ff29852ab
|
Add pypy versions support (#321)
* Add pypy versions support
* Update Python classifiers
|
2021-11-08 15:50:21 +01:00 |
|
Paolo Melchiorre
|
9f38e87a58
|
Update Python and Django versions in tox.ini (#307)
* Update Python and Django versions in tox.ini
- remove Django 3.1
- add Django 4.0b1
- add Python 3.10
* Add python 3.10 in github action matrix
* Update tox.ini from django-debug-toolbar
* Fix whitespaces
* Add missing setup classifiers
* Fix typo in tox.ini
* Remove django 4 classifier
|
2021-10-27 16:16:26 +06:00 |
|
Brian Helba
|
cea79d1a7a
|
Revert "Update release.yml"
|
2021-10-27 10:23:34 +02:00 |
|
Brian Helba
|
7e4b425ea3
|
Don't run duplicate CI tasks on every PR
The "pull_request" action already runs on pushes to any branch with an open PR,
so only run the "push" action on the "master" branch.
|
2021-10-25 09:02:06 -04:00 |
|
Jannis Leidel
|
3da6af02fb
|
Codeowners update.
|
2021-01-19 16:40:19 +01:00 |
|
Jannis Leidel
|
c8153bc081
|
Merge pull request #274 from jazzband/branch-protection-1
Update release.yml
|
2021-01-19 16:34:23 +01:00 |
|
Jannis Leidel
|
6fa45aba1b
|
Update release.yml
|
2021-01-19 14:55:46 +01:00 |
|
Jannis Leidel
|
58575bfb84
|
Minor update.
|
2021-01-19 14:54:47 +01:00 |
|
Jannis Leidel
|
184df10a66
|
Add code owner for workflows.
|
2021-01-19 14:48:20 +01:00 |
|
Michael Käufl
|
c3d5b4b715
|
Add support for Python 3.9
|
2021-01-19 13:11:16 +06:00 |
|
Michael Käufl
|
fcdbfc0bcb
|
Drop support for Python 3.5
It has reached its EOL in September 2020, see
https://www.python.org/dev/peps/pep-0478/#release-schedule
|
2021-01-19 13:11:16 +06:00 |
|
Michael Käufl
|
dd5d6974cb
|
Drop support for Django < 2.2 LTS, incl. Python 2.7
|
2021-01-19 13:11:16 +06:00 |
|
Jannis Leidel
|
f5bebd4ecc
|
Add fail_ci_if_error to test workflow.
|
2020-11-27 09:59:12 +01:00 |
|
Jannis Leidel
|
5053da4357
|
Add release workflow.
|
2020-11-26 17:08:22 +01:00 |
|
Jannis Leidel
|
b540ceadb3
|
Add GitHub Actions test workflow.
|
2020-11-26 16:18:58 +01:00 |
|