Skip to content
New issue

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

chore: update CI Python versions to use SPEC0 #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ethanholz
Copy link
Contributor

This PR aims to make the cookiecutter compliant with the most recent version of SPEC0 from Scientific Python. This is the standard for scientific packages and ensures that we keep new projects up-to-date with current standards.

For more information on SPEC0 see here: https://scientific-python.org/specs/spec-0000/

For those looking to update in the future, you can use a script like the following:

rg 'python-version: \[.*' --hidden --files-with-matches | xargs sed -i '' -E 's/python-version: \[.*/python-version: \["3.11", "3.12", "3.13"\]/g'

@ethanholz
Copy link
Contributor Author

Should also close #184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant