pandas-dev / pandas-stubs

Public type stubs for pandas
BSD 3-Clause "New" or "Revised" License
234 stars 125 forks source link

set up workflows to test numpy 1.x and 2.0 #971

Closed Dr-Irv closed 3 months ago

Dr-Irv commented 3 months ago

I checked the jobs and they are doing the right things in terms of testing numpy > 2.0 and < 2.0 on ubuntu, and < 2.0 on windows and macos

twoertwein commented 3 months ago

Looks good to me, thank you @Dr-Irv ! I think numpy 2.x also reached conda, so I wouldn't mind removing the 1.x CI in the near future.