Skip to content

Commit

Permalink
Merge pull request #151 from Remi-Gau/3.13
Browse files Browse the repository at this point in the history
[MAINT] drop 3.8 and support 3.13
  • Loading branch information
miykael authored Jan 14, 2025
2 parents efd3d42 + 14fa9a7 commit e69c720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -36,7 +35,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
Expand Down

0 comments on commit e69c720

Please sign in to comment.