Henry Schreiner

Results 2507 comments of Henry Schreiner

Stuck on `cloudtoken`, which is a Poetry project and puts [tight upper caps](https://bitbucket.org/atlassian/cloudtoken/src/master/pyproject.toml) on everything (including `python

I've cleared the cache and retrying.

Ahh, forgot to bump. :facepalm:

Don't see it? https://pypi.org/project/cloudtoken/

Sounds good to me. :)

I don't think modern cloudtoken actually has the issue that 0.1.84 seems to have been added for from the changelog (infinite recursion) https://inspector.pypi.io/project/cloudtoken/0.1.84/packages/1c/62/ae6d69f1f2bd624e459d115883d0f5f882a716a876b89bbfb6eb190fc641/cloudtoken-0.1.84-py3-none-any.whl/cloudtoken-0.1.84.dist-info/METADATA. I'm trying that version, as it was...

> PS, conventional commits are only mentioned in the PR template It's actually only required for the PR title, since we squash and merge. And we actually process the PR...

Nice, missed that it has a pyproject.toml component. Needs to be added here and in SchemaStore.

I think this next release might be a good time to remove C++11 support and increase our minimum supported compilers.

I think we can also bump CMake support. Personally, I've been going 3.15+ everywhere as that is what was required to build scikit-build-core. Though another option is 3.12+ (FindPython). I...