Skip to content

Commit

Permalink
update minimal python version and add tests for py313
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Nov 1, 2024
1 parent 539764d commit 394f204
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ We are providing support using a chat channel on `Gitter <https://gitter.im/Blue
Requirements
------------

* `Python 3.7+ <https://www.python.org/downloads/release/python-360/>`_
* `Python 3.9+ <https://www.python.org/downloads/release/python-390/>`_
* `Neuron 7.4+ <http://neuron.yale.edu/>`_
* `eFEL eFeature Extraction Library <https://github.com/BlueBrain/eFEL>`_
* `BluePyOpt <https://github.com/BlueBrain/BluePyOpt>`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
description="Model Management Python Library (bluepymm)"
readme = "README.rst"
license = {file = "LICENSE.txt"}
requires-python = ">= 3.8"
requires-python = ">= 3.9"
dynamic = ["version"]
dependencies = [
"sh",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ envlist = py3-{unit,functional,style}
minversion = 4
[gh-actions]
python =
3.8: py3
3.9: py3
3.10: py3
3.11: py3
3.12: py3
3.13: py3

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

0 comments on commit 394f204

Please sign in to comment.