From 34697244f4626b7998c1e79c15bcd3e319a90371 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 27 Nov 2024 12:26:54 -0500 Subject: [PATCH] Add 3.13 as a supported Python version --- .github/workflows/test.yml | 3 ++- setup.cfg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b81066c4b..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: @@ -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 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