Skip to content

Commit a1a4783

Browse files
committed
ci(test): remove use of py3.9 in tests against dandi-cli
dandi-cli stopped supporting Python 3.9 as of dandi/dandi-cli#1759
1 parent f6e5aa6 commit a1a4783

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test-dandi-cli.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- macos-latest
2525
python:
2626
# Use the only Python which is ATM also used by dandi-api
27-
# - 3.9
2827
# - '3.10'
2928
- '3.11'
3029
# - '3.12'
@@ -35,18 +34,13 @@ jobs:
3534
- normal
3635
include:
3736
- os: ubuntu-latest
38-
python: 3.9
37+
python: "3.10"
3938
mode: dandi-devel
4039
version: master
4140
- os: ubuntu-latest
42-
python: 3.9
41+
python: "3.10"
4342
mode: dandi-devel
4443
version: release
45-
exclude:
46-
# Temporarily disabled due to h5py/hdf5 dependency issue
47-
# See <https://github.com/dandi/dandi-cli/pull/315>
48-
- os: windows-latest
49-
python: 3.9
5044
steps:
5145
- name: Set up Python ${{ matrix.python }}
5246
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)