diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a031dad44..878fdca70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -45,6 +46,9 @@ jobs: - os: ubuntu-latest python: 3.9 mode: dev-deps + - os: ubuntu-latest + python: 3.13 + mode: dev-deps - os: ubuntu-latest python: 3.9 mode: nfs diff --git a/setup.cfg b/setup.cfg index d51ac6fd2..830c00705 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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