Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
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 Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install Python dependencies
run: |
python setup.py install
pip install pytest scipy pillow matplotlib setuptools
pip install pytest scipy pillow matplotlib setuptools h5py
- name: Run tests
run: |
pytest
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Install dependencies
run: |
python setup.py install
pip install pytest coveralls scipy pillow matplotlib
pip install pytest coveralls scipy pillow matplotlib h5py
- name: Create coverage
run: |
coverage run --source=nixio -m pytest nixio/test/
Expand Down
81 changes: 0 additions & 81 deletions appveyor.yml

This file was deleted.

Loading