Henry Schreiner

Results 2507 comments of Henry Schreiner

https://github.com/scikit-hep/boost-histogram/pull/1049 seems to be passing!

I almost mentioned the ability to add new identifiers. That might be really useful for WheelNext's variants. We can play with the idea at some point. In that case, `[tool.cibuildwheel.identifier.]`...

Yes, it would. The biggest issue would be parametrization; how would you parametrize over Pythons using this? I don't like Python parametrization most of the time (the new force-python support...

That's interesting, probably! We might/will need to handle pure-Python output wheels, but other than that I think it should work. Nice to know this will enable something (especially since it's...

I'm happy to push this off to 3.1 for now in interests of getting a 3.0 out. This is just a new option, not a change.

That happens here: https://github.com/wntrblm/nox/blob/a6e1a4efaeea3d67dd2c47b80b9b8836a4aa579a/nox/tasks.py#L86 The one below is fine (takes the global path of the dir), maybe it should just use that and reassemble the name.

What I'm thinking we can provide a `.noxfiledir` attribute (or similar name) that gives the original directory to the noxfile. For most users, this might just be handy to have...

(Or would it make sense to have a `.noxfile` attribute, and let the user compute dirs with it? We already have `sessions.global_config.noxfile`, maybe we could ensure that was unresolved?)

Sure, I even almost added the tag when I opened it.

deadsnakes has free threading builds, FYI. Haven't started using them in CI yet, but have seen it here: https://github.com/deadsnakes/action.