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

Bump min Python version 3.7 #262

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Bump min Python version 3.7 #262

merged 2 commits into from
Dec 6, 2023

Conversation

PicoCentauri
Copy link
Contributor

@PicoCentauri PicoCentauri commented Dec 6, 2023

Removes support for Python 3.7 as already merged in metatensor#425.

Additionally I cleaned up the tox.ini file. I moved the environment descriptions from a comment to the description tag. This makes the descriptions visible from the CLI via tox list:

default environments:
lint         -> lint the Python code with flake8 (code linter), black (code formatter), and isort (sorting of imports)
min-deps     -> Run Python unit tests with the minimal dependencies installed
all-deps     -> Run Python unit tests with all dependencies installed (ase & chemfiles are optional dependencies)
docs-tests   -> Runs the doctests defined in any metatensor package
torch-tests  -> Run Python unit tests using torch

additional environments:
docs         -> Build the package documentation.
format       -> Abuse tox to do actual formatting on all files.
build-python -> [no description]

📚 Documentation preview 📚: https://rascaline--262.org.readthedocs.build/en/262/

- Use default tox error for non existing environments
- Use `description` for more info on what the env is doing available
  via `tox list`
@Luthaf
Copy link
Member

Luthaf commented Dec 6, 2023

Thanks a lot!

Copy link

github-actions bot commented Dec 6, 2023

Here is a pre-built version of the code in this pull request: wheels.zip, you can install it locally by unzipping wheels.zip and using pip to install the file matching your system

@Luthaf Luthaf merged commit 8f1de18 into master Dec 6, 2023
25 checks passed
@Luthaf Luthaf deleted the remove_py37 branch December 6, 2023 17:46
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.

2 participants