Skip to content

Commit a43fff6

Browse files
committed
Merge branch 'update-io-testing' of github.com:zm711/python-neo into fix_blackrock_numpy2
2 parents d02ee5f + fc55071 commit a43fff6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
python-version: ['3.9', '3.12']
21+
python-version: ['3.9', '3.12', '3.13']
2222
defaults:
2323
# by default run in bash mode (required for conda usage)
2424
run:

environment_testing.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ channels:
44
dependencies:
55
- datalad
66
- pip
7-
# temporary have this here for IO testing while we decide how to deal with
8-
# external packages not 2.0 ready
9-
- numpy=1.26.4

0 commit comments

Comments
 (0)