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
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- '3.10' # Needs quotes so YAML doesn't think it's 3.1
- '3.11'
- '3.12'
- '3.13'
mode:
- normal
include:
Expand All @@ -46,7 +47,7 @@ jobs:
python: 3.9
mode: dev-deps
- os: ubuntu-latest
python: 3.12
python: 3.13
mode: dev-deps
- os: ubuntu-latest
python: 3.9
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering
license = Apache 2.0
description = Command line client for interaction with DANDI instances
Expand Down