Migrate scripts from requirements.txt to pyproject.toml (#7406)

* Migrate from `requirements.txt` to `pyproject.toml`

* Lower Python to 3.9 for GitHub Windows runner

* Increase timeout for valgrind

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-07-19 10:35:10 +01:00
committed by GitHub
parent 6f411e4ab8
commit f81901f633
6 changed files with 18 additions and 9 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ Brewfile.lock.json
.DS_Store
*.code-workspace
.env*
/scripts/*.egg-info