Skip to content

Commit 2ec3b63

Browse files
authored
Merge pull request #1573 from zm711/drop-python-38
Drop python 3.8
2 parents ca93249 + 115dffa commit 2ec3b63

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/core-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@ jobs:
2626
matrix:
2727
os: ["ubuntu-latest", "windows-latest"]
2828
# "macos-latest",
29-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
29+
python-version: ['3.9', '3.10', '3.11', '3.12']
3030
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.1', '1.25.1', '1.26.4']
3131
exclude:
32-
- python-version: '3.8'
33-
numpy-version: '1.25.1'
34-
- python-version: '3.8'
35-
numpy-version: '1.26.4'
3632
- python-version: '3.10'
3733
numpy-version: '1.20.3'
3834
- python-version: '3.11'

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "neo"
3-
version = "0.14.0dev"
3+
version = "0.14.0.dev0"
44
authors = [{name = "Neo authors and contributors"}]
55
description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
66
readme = "README.rst"
7-
requires-python = ">=3.8"
7+
requires-python = ">=3.9"
88
license = {text = "BSD 3-Clause License"}
99
classifiers = [
1010
"Development Status :: 4 - Beta",
@@ -23,7 +23,7 @@ classifiers = [
2323

2424
dependencies = [
2525
"packaging",
26-
"numpy>=1.19.5,<2.0.0",
26+
"numpy>=1.20.3,<2.0.0",
2727
"quantities>=0.14.1,<0.16.0"
2828
]
2929

0 commit comments

Comments
 (0)