Skip to content

Commit

Permalink
Require Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Oct 5, 2023
1 parent 622c9d1 commit 20bf7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.11]
python-version: [3.8, 3.11]
latest-brian: [true, false]

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = 'Marcel Stimberg'},
{name ='Romain Brette'}
]
requires-python = '>=3.7'
requires-python = '>=3.8'
dependencies = [
'numpy>=1.21',
'brian2>=2.2',
Expand Down

0 comments on commit 20bf7cf

Please sign in to comment.