Commit Graph

76 Commits

Author SHA1 Message Date
github-actions
b1bc92ff2c Release 2024.12.20 2024-12-21 02:25:40 +00:00
github-actions
fb7b05afae Release 2024.12.17 2024-12-18 02:30:48 +00:00
github-actions
c17fef651f Release 2024.12.12 2024-12-13 02:33:08 +00:00
github-actions
72cb463ace Release 2024.12.11 2024-12-12 02:32:46 +00:00
github-actions
1702b79b8c Release 2024.12.10 2024-12-11 02:32:47 +00:00
github-actions
9ce93909a3 Release 2024.12.08 2024-12-09 02:34:03 +00:00
github-actions
857bcb6895 Release 2024.12.03 2024-12-04 02:32:42 +00:00
github-actions
d43c73aeb6 Release 2024.12.02 2024-12-03 02:32:54 +00:00
github-actions
d7fe509ce9 Release 2024.12.01 2024-12-02 02:33:35 +00:00
github-actions
9465a18868 Release 2024.11.29 2024-11-30 02:29:43 +00:00
github-actions
7675287041 Release 2024.11.28 2024-11-29 02:31:54 +00:00
github-actions
054eebf510 Release 2024.11.27 2024-11-28 02:31:56 +00:00
github-actions
c02a16d6bf Release 2024.11.26 2024-11-27 02:32:12 +00:00
github-actions
4617cd2212 Release 2024.11.22 2024-11-23 02:28:37 +00:00
github-actions
be2fdb2984 Release 2024.11.21 2024-11-22 02:30:53 +00:00
github-actions
b1de740dff Release 2024.11.20 2024-11-21 02:30:23 +00:00
github-actions
3b490ffd2f Release 2024.11.16 2024-11-17 02:31:56 +00:00
github-actions
0bb37a3f1f Release 2024.11.15 2024-11-16 02:29:26 +00:00
github-actions
d3ffe31bd0 Release 2024.11.14 2024-11-15 02:30:57 +00:00
github-actions
08ba595f87 Release 2024.11.13 2024-11-14 02:28:06 +00:00
github-actions
cf375e934b Release 2024.11.08 2024-11-09 02:23:39 +00:00
github-actions
4e506b44f1 Release 2024.11.07 2024-11-08 02:26:52 +00:00
github-actions
f8954e8a47 Release 2024.11.05 2024-11-06 02:26:15 +00:00
github-actions
06bfd2ebaa Release 2024.11.04 2024-11-05 02:26:45 +00:00
github-actions
51ce542796 Release 2024.11.02 2024-11-03 02:30:16 +00:00
github-actions
f2a45a3ee7 Release 2024.11.01 2024-11-02 02:26:45 +00:00
Bruno Alla
6b8d4dc856
Replace docs extra by docs dependency group from PEP 735 (#5493) 2024-10-31 19:57:08 +00:00
github-actions
4c95392321 Release 2024.10.30 2024-10-31 02:29:26 +00:00
github-actions
571f8787eb Release 2024.10.29 2024-10-30 02:28:45 +00:00
github-actions
fb27881b33 Release 2024.10.26 2024-10-27 02:30:32 +00:00
github-actions
60cc312918 Release 2024.10.25 2024-10-26 02:25:46 +00:00
github-actions
33a707dd9f Release 2024.10.24 2024-10-25 02:28:42 +00:00
github-actions
b4737acb6d Release 2024.10.22 2024-10-23 02:28:14 +00:00
github-actions
a829571997 Release 2024.10.21 2024-10-22 02:28:34 +00:00
github-actions
1b83a472ec Release 2024.10.17 2024-10-18 02:28:50 +00:00
pyup.io bot
abc199d5ef
Update ruff to 0.7.0 (#5474) 2024-10-17 21:29:12 +01:00
github-actions
67af42be0c Release 2024.10.15 2024-10-16 02:29:09 +00:00
github-actions
deb813ca05 Release 2024.10.14 2024-10-15 02:28:45 +00:00
github-actions
a0c8863a9c Release 2024.10.12 2024-10-13 02:30:03 +00:00
Bruno Alla
931e300b63
Pin Python version to 3.12 (#5456)
* Pin Python version to 3.12

* Add back actions/setup-python to bare metal tests

* Revert "Add back actions/setup-python to bare metal tests"

This reverts commit cdee7e2da7.

* Update test_bare.sh to run commands via uv

* Skip uv lock on PRs from forks

* Revert "Update test_bare.sh to run commands via uv"

This reverts commit 56f839e2b4.

* Add back actions/setup-python to bare metal tests

* Only run uv lock workflow on dependabot PRs
2024-10-12 17:46:45 +01:00
github-actions
92cf1daaf4 Release 2024.10.11 2024-10-12 02:25:39 +00:00
pre-commit-ci[bot]
4696302b22 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-10-11 02:38:44 +00:00
github-actions
1ebaddc204 Release 2024.10.10 2024-10-11 02:27:43 +00:00
github-actions
a0c599d978 Release 2024.10.09 2024-10-10 02:28:06 +00:00
github-actions
8fb90ab02a Release 2024.10.08 2024-10-09 02:28:04 +00:00
github-actions
d95f88142c Release 2024.10.07 2024-10-08 02:29:35 +00:00
Bruno Alla
2d06ddda95
Migrate docs build to use uv (#5438)
Following the official docs:

https://docs.readthedocs.io/en/latest/build-customization.html#install-dependencies-with-uv
2024-10-07 15:43:09 -03:00
Bruno Alla
3252aa7ae7
Add workflow to run uv lock (#5422)
* Add workflow to keep uv.lock up to date

Should do the job for dependabot updates

* Only run uv lock workflow when GH_PAT is set

* Make a change to pyproject.toml

* Attempt to fix workflow syntax

* Attempt to fix workflow syntax

* Regenerate uv.lock
2024-10-07 11:12:25 +01:00
github-actions
52ce09e623 Release 2024.10.05 2024-10-06 02:30:10 +00:00
Jelmer Draaijer
0a291c1ec1 Replace pip with uv for the project files 2024-10-05 17:45:50 +02:00