Fix the user runtime directory location on macOS (and possibly Cygwin) (#928).
All checks were successful
build / test (push) Successful in 6m31s
build / docs (push) Successful in 2m5s

This commit is contained in:
Dan Helfman 2024-11-03 21:44:11 -08:00
commit be08e889f0
7 changed files with 38 additions and 12 deletions

3
NEWS
View file

@ -1,3 +1,6 @@
1.9.1.dev0
* #928: Fix the user runtime directory location on macOS (and possibly Cygwin).
1.9.0
* #609: Fix the glob expansion of "source_directories" values to respect the "working_directory"
option.