Skip to content

Commit

Permalink
revert last commit because neuron-nightly is not yet available for py…
Browse files Browse the repository at this point in the history
…thon 3.13
  • Loading branch information
Jaquier Aurélien Tristan committed Nov 1, 2024
1 parent 625cf2c commit 046f2b6
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-12
python-version: "3.10"
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,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,-syntax}: {toxworkdir}/py3
py3{9,10,11,12,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
docs: {toxworkdir}/docs
extras = tests
deps =
Expand Down

0 comments on commit 046f2b6

Please sign in to comment.