prefix-dev / rattler-build-conda-compat

rattler-build module which offer compatibility with conda-smithy
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

remove self type #20

Closed baszalmstra closed 3 months ago

baszalmstra commented 3 months ago

Remove Self type because its not available for python 3.8.

Bumps to 3.10 and adds typing-extensions.

Fixes #19

tdejager commented 3 months ago

Looks good, apart from the one nitpick.

Unrelated: would it make sense to move the content of pixi.toml into pyproject.toml? Then we could remove some duplication.

We could, the only downside is that if you edit the pyproject.toml it is rebuilt, when running a pixi install.