Changes between Initial Version and Version 1 of Ticket #37106, comment 3
- Timestamp:
- May 27, 2026, 3:24:48 AM (12 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37106, comment 3
initial v1 9 9 * https://github.com/django/django/pull/12660 10 10 11 There is already a conditional exclude for `pylibmc` in the test requirements for windows. Maybe add MacOS as-well? 12 13 {{{ 14 # pylibmc/libmemcached can't be built on Windows. 15 pylibmc; sys_platform != 'win32' 16 }}} 17 18