From b509a61dd7d75a5f1600b20bb2799c8dd6d7fa74 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:42:50 +0100 Subject: [PATCH] DX: drop support for Python 3.6 (#52) * DOC: update links to compwa.github.io * FIX: swith to new `tab-set` syntax * MAINT: add missing newline * FIX: remove `jupyter` from `doc` dependencies * FIX: remove `sphinx-math-dollar` extension * FIX: remove `sphobjinv` from requirements * FIX: remove `sphinx-panels` from dependencies --- .cspell.json | 2 - .github/pull_request_template.md | 2 +- .pre-commit-config.yaml | 27 +++++---- docs/appendices/tips.md | 12 ++-- docs/conf.py | 15 +++-- docs/contribute.md | 4 +- pyproject.toml | 98 +++++++++++++++++++++++++++++--- setup.cfg | 75 ------------------------ setup.py | 6 -- 9 files changed, 122 insertions(+), 119 deletions(-) delete mode 100644 setup.cfg delete mode 100644 setup.py diff --git a/.cspell.json b/.cspell.json index d95c25e..f2c0ff0 100644 --- a/.cspell.json +++ b/.cspell.json @@ -34,8 +34,6 @@ "docs/conf.py", "labels.toml", "pyproject.toml", - "setup.cfg", - "setup.py", "tox.ini", "typings" ], diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 14b8085..2d5c6e9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@