Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 046f2b6

Browse files
author
Jaquier Aurélien Tristan
committed
revert last commit because neuron-nightly is not yet available for python 3.13
1 parent 625cf2c commit 046f2b6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1616
include:
1717
- os: macos-12
1818
python-version: "3.10"

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ python =
88
3.10: py3
99
3.11: py3
1010
3.12: py3
11-
3.13: py3
1211

1312
[testenv]
1413
envdir =
15-
py3{9,10,11,12,13,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
14+
py3{9,10,11,12,}{-unit,-functional,-style,-syntax}: {toxworkdir}/py3
1615
docs: {toxworkdir}/docs
1716
extras = tests
1817
deps =

0 commit comments

Comments
 (0)