Changes between Initial Version and Version 1 of Ticket #37106, comment 3


Ignore:
Timestamp:
May 27, 2026, 3:24:48 AM (12 days ago)
Author:
Malte Gerth

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37106, comment 3

    initial v1  
    99* https://github.com/django/django/pull/12660
    1010
     11There 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.
     15pylibmc; sys_platform != 'win32'
     16}}}
     17
     18
Back to Top