Skip to content

Commit a54e92e

Browse files
committed
docs: edit supported python version
1 parent 2b44c2f commit a54e92e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Some tutorials hosted here are based on [EURO-VO tutorials](https://www.euro-vo.
4646

4747
### On your machine
4848

49-
[![python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-informational)](https://www.python.org/downloads/ "https://www.python.org/downloads/")
49+
[![python](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-informational)](https://www.python.org/downloads/ "https://www.python.org/downloads/")
5050
[![ubuntu](https://github.com/cds-astro/tutorials/actions/workflows/notebooks-check_ubuntu.yml/badge.svg)](https://github.com/cds-astro/tutorials/actions/workflows/notebooks-check_ubuntu.yml)
5151
[![windows](https://github.com/cds-astro/tutorials/actions/workflows/notebooks-check_windows.yml/badge.svg)](https://github.com/cds-astro/tutorials/actions/workflows/notebooks-check_windows.yml)
5252
[![mac-os](https://github.com/cds-astro/tutorials/actions/workflows/notebooks-checks_mac-os.yml/badge.svg)](https://github.com/cds-astro/tutorials/actions/workflows/notebooks-checks_mac-os.yml)

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ extend-include = [".ipynb"]
3939
[tool.ruff.flake8-errmsg]
4040
max-string-length = 20
4141

42-
[tool.ruff.flake8-import-conventions]
43-
# Declare the default aliases.
44-
# seaborn = "sns"
45-
# Declare a custom alias for the `matplotlib` module.
46-
# "dask.dataframe" = "dd"
47-
4842
[tool.ruff.pydocstyle]
4943
convention = "numpy" # Accepts: "google", "numpy", or "pep257"
5044

0 commit comments

Comments
 (0)