Skip to content

Commit

Permalink
Suppress 3.11 tests until cellfinder Keras update removes tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Feb 27, 2024
1 parent c8e6e7c commit 680cb27
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
# Run all supported Python versions on linux
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10"]
os: [ubuntu-latest]
# Include one windows and macos run
include:
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exclude = ["tests*"]
addopts = "--cov=brainglobe"

[tool.black]
target-version = ['py38', 'py39', 'py310']
target-version = ['py39', 'py310']
skip-string-normalization = false
line-length = 79

Expand All @@ -93,14 +93,13 @@ fix = true
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py{39,310,311}
envlist = py{39,310}
isolated_build = True
[gh-actions]
python =
3.9: py39
3.10: py310
3.11: py311
[testenv]
extras =
Expand Down

0 comments on commit 680cb27

Please sign in to comment.