From 08be5d888febb9a9fa9755a72ad6a93f811d3e6f Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Tue, 8 Oct 2024 10:13:25 -0400 Subject: [PATCH] ci: run tests against Python 3.13 --- pyproject.toml | 1 + taskcluster/kinds/docker-image/kind.yml | 2 +- taskcluster/kinds/test/kind.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38a46eb13..20720af36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development", ] requires-python = ">=3.8" diff --git a/taskcluster/kinds/docker-image/kind.yml b/taskcluster/kinds/docker-image/kind.yml index 4d8aae6e2..47cb1bf73 100644 --- a/taskcluster/kinds/docker-image/kind.yml +++ b/taskcluster/kinds/docker-image/kind.yml @@ -30,7 +30,7 @@ tasks: python: symbol: I(py) args: - PYTHON_VERSIONS: "3.12 3.11 3.10 3.9 3.8" + PYTHON_VERSIONS: "3.13 3.12 3.11 3.10 3.9 3.8" run-task: symbol: I(rt) skopeo: diff --git a/taskcluster/kinds/test/kind.yml b/taskcluster/kinds/test/kind.yml index 2866cdb72..7cfce2dbd 100644 --- a/taskcluster/kinds/test/kind.yml +++ b/taskcluster/kinds/test/kind.yml @@ -40,7 +40,7 @@ tasks: description: "Run `unit tests` to validate the latest changes" attributes: artifact_prefix: public - python-versions: ["3.12", "3.11", "3.10", "3.9", "3.8"] + python-versions: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"] run: command: >- uv run coverage run --data-file $MOZ_ARTIFACT_DIR/coverage --context=$PYTHON_VERSION -m pytest -vv