Skip to content

Commit

Permalink
ci: run tests against Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Oct 8, 2024
1 parent f632675 commit 08be5d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/kinds/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/kinds/test/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08be5d8

Please sign in to comment.