Skip to content

Commit

Permalink
remove tests for python 3.13 because neuron-nitghly is not yet availa…
Browse files Browse the repository at this point in the history
…ble for this python version
  • Loading branch information
Jaquier Aurélien Tristan committed Nov 1, 2024
1 parent 394f204 commit 641f853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ python =
3.10: py3
3.11: py3
3.12: py3
3.13: py3

[testenv]
envdir =
py3{9,10,11,12,13,}{-unit,-functional,-style}: {toxworkdir}/py3
py3{9,10,11,12,}{-unit,-functional,-style}: {toxworkdir}/py3
docs: {toxworkdir}/docs
deps =
NEURON-nightly
Expand Down

0 comments on commit 641f853

Please sign in to comment.