Skip to content

Commit a31fb48

Browse files
Merge branch 'master' into pyproject
2 parents 4ed3bf0 + d5efc06 commit a31fb48

File tree

2 files changed

+3
-84
lines changed

2 files changed

+3
-84
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
max-parallel: 4
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
22+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2323

2424
steps:
2525
- uses: actions/checkout@v2
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install Python dependencies
7575
run: |
7676
python setup.py install
77-
pip install pytest scipy pillow matplotlib setuptools
77+
pip install pytest scipy pillow matplotlib setuptools h5py
7878
- name: Run tests
7979
run: |
8080
pytest
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install dependencies
9292
run: |
9393
python setup.py install
94-
pip install pytest coveralls scipy pillow matplotlib
94+
pip install pytest coveralls scipy pillow matplotlib h5py
9595
- name: Create coverage
9696
run: |
9797
coverage run --source=nixio -m pytest nixio/test/

appveyor.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)