Commit graph

21 commits

Author SHA1 Message Date
satya-waylit
4955d2d959
Update versions of Python, Django, GitHub Actions, and pre-commit hooks (#253)
* Update versions of Python, Django, GitHub Actions, and pre-commit hooks

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update CHANGELOG.rst

* Exclude unsupported combinations

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Johannes Wilm <mail@johanneswilm.org>
2026-01-07 21:48:21 +01:00
Johannes Wilm
45e741a342
Update Python and Django versions in CI workflow 2026-01-07 21:45:50 +01:00
Petr Dlouhý
d81495f50c
fix #245 Django 5.1 error, test in Django 5.1 (#248) 2024-08-14 12:08:37 +02:00
Johannes Wilm
ceb7cade62 Update changelog 2023-10-16 12:16:46 +02:00
Satya Mishra
738e65a229
Pillow 10 compatibility (#233)
* Compatibility change for Pillow 10.0.0

* Update python and django versions

* Update coverage version

* Remove Django 4.0

Django 4.0 is EOL

* Fix flake8 error

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-16 11:22:18 +02:00
0xMRTT
8034665e6b
Add LibRavatar support (#114) (#225)
* feat: add libravatar support (#114) and format

* feat: add documentation for libravatar

* fix(gh-actions): remove support for 3.6 and add 3.11

3.6 reached EOL: https://devguide.python.org/versions/

I also refactored the matrix by removing duplicated code

* fix(deps): add missing dnspython

* feat(deps): add requirements.txt

* fix(gh-actions): install deps

* chore(deps): add pyproject.toml 

See https://github.com/pypa/pip/issues/8559

* fix(gh-actions): add fail-fast so all checks run

* fix(deps): bump coverage to 7.1.0

* fix(pre-commit): update versions

* fix(pre-commit): config error

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* style: update code for passing flake

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-22 19:38:07 +01:00
Jannis Leidel
2ced4c06e7
Fix name. 2022-08-12 12:46:27 +02:00
Jannis Leidel
6d9bd34de0
Use released version of workflow. 2022-08-12 12:45:45 +02:00
Johannes Wilm
e11a93e2ed Add release workflow 2022-08-09 22:01:59 +02:00
Johannes Wilm
61a1643151 Update badges 2022-08-09 21:47:07 +02:00
Johannes Wilm
10986d7be9 github actions add PYTHONPATH 2022-08-09 21:23:03 +02:00
Johannes Wilm
eba927b7e2 github actions: add DJANGO_SETTINGS_MODULE 2022-08-09 21:21:32 +02:00
Johannes Wilm
a977753b2c lint and add pre-commit configuration 2022-08-09 21:17:24 +02:00
Johannes Wilm
f40705b739 github actions: add django 4.1, switch to Codecov 2022-08-09 20:54:25 +02:00
Johannes Wilm
a54fafabff coveralls --service=github 2022-07-16 23:45:31 +02:00
Johannes Wilm
9ffc4b60e7 move github secret to coveralls 2022-07-16 23:41:47 +02:00
Johannes Wilm
16f69072fa yml fix 2022-07-16 23:40:13 +02:00
Johannes Wilm
b45d211e09 add secrets.GITHUB_TOKEN 2022-07-16 23:38:40 +02:00
Johannes Wilm
4839dccfd5 change CI names 2022-07-16 23:32:02 +02:00
Johannes Wilm
b7c8485f1e github actions: split lint & test 2022-07-16 23:15:01 +02:00
Johannes Wilm
8f94d125b3 switch to github actions 2022-07-16 23:02:49 +02:00