Commit Graph

11 Commits

Author SHA1 Message Date
Manuel Raynaud
7e88f9d111 👷(action) add python 3.14 in tests suite
We want to test the library with python 3.14. We update the tox.ini
confiration file and add python 3.14 to the test-back matric.
2025-12-08 15:01:17 +01:00
renovate[bot]
654ec35437 ⬆️(dependencies) update python to 3.14 2025-11-04 15:08:55 +01:00
renovate[bot]
e6a59febd0 ⬆️(dependencies) update actions/setup-python action to v6 2025-11-04 15:08:41 +01:00
renovate[bot]
eed6563c6a ⬆️(dependencies) update actions/checkout action to v5 2025-11-04 15:08:27 +01:00
renovate[bot]
a45bf5801c ⬆️(dependencies) update astral-sh/setup-uv action to v7 2025-11-04 15:08:12 +01:00
renovate[bot]
d9562ee561 ⬆️(dependencies) update dorny/test-reporter action to v2 2025-11-04 15:07:43 +01:00
Manuel Raynaud
2a98cca09f ♻️(ci) replace git whatchanged by git log
The command git watchanged is deprecated and is flag to be removed soon.
It can be easily replace with git log
2025-08-29 10:20:00 +02:00
Quentin BEY
b7569faddd (tox) add test matrix for Python/Django versions
This add the tox configuration and update the CI to run tests across all
supported versions.
2025-06-06 17:48:08 +02:00
Quentin BEY
5f1472b7b3 👷(pypi) add workflow to publish package
This provides a workflow to deploy the package on tag creation.
2025-04-03 18:02:04 +02:00
Quentin BEY
137f923d17 (ci) allow tests to use the Django test project
Fix the commands to properly discover the Django test project in tests.
2025-04-02 11:32:33 +02:00
Quentin BEY
f049940ddb 🎉(build) bootstrap library folders
Add initial project structure with tests and configuration files:
 - ruff for format and linting
 - uv with hatch for packaging
2025-03-29 08:55:01 +01:00