You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite having pure Python packages, we have discovered some cases where the OS used matters. For example, 32-bit vs. 64-bit precision ints with Windows or Unix respectively. As a result, it would be really handy to add CI testing for packages on Windows. So getting AppVeyor added and running on packages would really help.
The text was updated successfully, but these errors were encountered:
Despite having pure Python packages, we have discovered some cases where the OS used matters. For example, 32-bit vs. 64-bit precision
int
s with Windows or Unix respectively. As a result, it would be really handy to add CI testing for packages on Windows. So getting AppVeyor added and running on packages would really help.The text was updated successfully, but these errors were encountered: