Skip to content

Commit

Permalink
Add 3.13 as a supported Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 27, 2024
1 parent 6d6cc1b commit 3469724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 archive elements
Expand Down

0 comments on commit 3469724

Please sign in to comment.