From 641f853d6599a6e365af9f083ebec710e0e1136f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Fri, 1 Nov 2024 10:42:58 +0100 Subject: [PATCH] remove tests for python 3.13 because neuron-nitghly is not yet available for this python version --- .github/workflows/test.yml | 2 +- tox.ini | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb4261f..2e8927b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/tox.ini b/tox.ini index f4f5016..1ad799e 100644 --- a/tox.ini +++ b/tox.ini @@ -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