From 9f0d6fbc3374fd9449e88048767ee5b9ea189092 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 14 Jan 2025 17:17:39 +0100 Subject: [PATCH 1/3] drop 3.8 and support 3.13 --- .github/workflows/tests.yml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02764f3..2ef2292 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] runs-on: ubuntu-latest diff --git a/pyproject.toml b/pyproject.toml index 98d9bf6..2eb7db2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,11 @@ classifiers = [ "Operating System :: POSIX", "Operating System :: Unix", "Operating System :: MacOS", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12" + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13" ] dependencies = [ "matplotlib>=3.7", @@ -36,7 +36,7 @@ license = {text = "BSD-3-Clause"} maintainers = [{name = "Michael Notter", email = "michaelnotter@hotmail.com"}] name = "atlasreader" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" [project.optional-dependencies] # A combination of dependencies useful for developers From b5bdac069c9fe5a7e9012f25d4e641c095f35991 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 14 Jan 2025 17:22:39 +0100 Subject: [PATCH 2/3] update dependencies version --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2eb7db2..80801d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ dependencies = [ "numpy>=1.22.0", "pandas>=2.0", "scikit-image>=0.21.0", - "scikit-learn>=1.0", "scipy>=1.10" ] description = "A toolbox for generating cluster reports from statistical maps" From 14fa9a71f85d5202f0045a7a9e1f9a8b2b97d428 Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Tue, 14 Jan 2025 17:23:38 +0100 Subject: [PATCH 3/3] sty --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index eadef82..b17ceb4 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -2,7 +2,7 @@ In the interest of fostering an open and welcoming environment we want participation in our project and our community to be a harassment-free experience for everyone. -Although no list can hope to be all-encompassing, we explicitly honor diversity in age, body size, disability, ethnicity, gender identity and expression, level of experience, native language, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. +Although no list can hope to be all-encompassing, we explicitly honor diversity in age, body size, disability, ethnicity, gender identity and expression, level of experience, native language, education, socioeconomic status, nationality, personal appearance, race, religion, or sexual identity and orientation. ## Our Standards