We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv
from #1:
pyproject.toml
hatch
hatch-vcs
[project]
tags
python >= 3.11
typing_extensions
[project.urls]
README.md
[dependency-groups]
uv.lock
the CI stuff can be addressed separately
The text was updated successfully, but these errors were encountered:
does this vibe with you, @nstarman?
Sorry, something went wrong.
Isn't the Array API following SPEC0? In which case, I think you can use Python >= 3.11?
That'd make things a bit easier, so that'd also have my preference.
I'm not sure why we decided upon 3.9 before 🤔. Maybe it had something to do with the older api versions?
I'm fine to skip those and just go SPEC0.
No branches or pull requests
from #1:
pyproject.toml
uv
as project managerhatch
+hatch-vcs
[project]
metadatatags
python >= 3.11
(SPEC 0)typing_extensions
for specific python's later)[project.urls]
README.md
[dependency-groups]
(we'll use these later for dev deps)uv.lock
the CI stuff can be addressed separately
The text was updated successfully, but these errors were encountered: