Skip to content

Commit

Permalink
Drop py3.8, add py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Nov 6, 2023
1 parent 072ed8b commit 4529b36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -46,7 +46,7 @@ jobs:
- os: windows-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.8"
python-version: "3.11"
steps:
- uses: neuroinformatics-unit/actions/test@v2
with:
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 = "cellfinder"
description = "Automated 3D cell detection and registration of whole-brain images"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.9"
authors = [
{ name = "Adam Tyson", email = "[email protected]" },
{ name = "Christian Niedworok" },
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{38,39,310}-{coredev}
envlist = py{39,310,311}-{coredev}

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

[gh-actions:env]
# This runs the coredev environment if the "coredev" github actions input
Expand Down

0 comments on commit 4529b36

Please sign in to comment.