Conversation
nixpkgs on previously 22.05 changed something in regard to `python.interpreter`. Updating to a version atleast as recent as used in other runtime verification repositories fixes this.
|
Hey @tothtamas28, I'd like to push my changes for this pull request to this branch, but I do not seem to have access rights for this repository. I checked that I am indeed using the ssh remote. Could you please take a look? |
{{cookiecutter.project_slug}}/src/{{cookiecutter.package_name}}/__init__.py
Outdated
Show resolved
Hide resolved
|
I added the migration from In addition, I updated |
d944765 to
c071398
Compare
|
Today, @palinatolmach identified that the version of We'll also want to fix this in this pull request prior to merging. |
poetry to uvpoetry to uv
poetry to uvpoetry to uv
Marking the PR as draft until then. |
{{cookiecutter.project_slug}}/.github/workflows/update-version.yml
Outdated
Show resolved
Hide resolved
79fe49c to
88815ca
Compare
7a77b24 to
f0df076
Compare
|
As discussed on another occasion, GitHub workflows are not included in this python project template, but the nix flake file was adjusted to allow for workflows to be added that update the respective dependencies. With that, this pull request is ready for review and merging. |
|
I changed |
jberthold
left a comment
There was a problem hiding this comment.
I am not fully familiar with how the template is applied to projects but this all makes sense and is what we already did in projects converted to uv
No description provided.