Skip to content

Commit

Permalink
Drop py3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Nov 23, 2023
1 parent 0ae609c commit ce87b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
# Run all supported Python versions on linux
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
os: [ubuntu-latest]
# Include one windows and macos run
include:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "brainglobe"
authors = [{ name = "BrainGlobe", email = "[email protected]" }]
description = "Python-based tools for computational neuroanatomy."
readme = "README.md"
requires-python = ">=3.8.0"
requires-python = ">=3.9.0"
dynamic = ["version"]

license = { text = "BSD-3-Clause" }
Expand Down

0 comments on commit ce87b71

Please sign in to comment.