Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions taskcluster/kinds/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ transforms:

meta:
- &py311 "3.11.9"
- &py313 "3.13.12"
- &py314 "3.14.3"
- &uv_version "0.7.15"

tasks:
Expand All @@ -21,10 +21,10 @@ tasks:
args:
PYTHON_VERSION: *py311
UV_VERSION: *uv_version
python313:
python314:
definition: base-test
args:
PYTHON_VERSION: *py313
PYTHON_VERSION: *py314
UV_VERSION: *uv_version

# Used by push-image kind
Expand Down Expand Up @@ -110,21 +110,21 @@ tasks:
PYTHON_VERSION: *py311
APT_PACKAGES: osslsigncode cmake clang

pushapkscript-test-py313:
pushapkscript-test-py314:
definition: base-test
args:
PYTHON_VERSION: *py313
PYTHON_VERSION: *py314
APT_PACKAGES: default-jdk

pushflatpakscript-test-py313:
pushflatpakscript-test-py314:
definition: base-test
args:
PYTHON_VERSION: *py313
PYTHON_VERSION: *py314
# Copied from pushflatpakscript/docker.d/image_setup.sh
APT_PACKAGES: gir1.2-ostree-1.0 libgirepository1.0-dev ostree

signingscript-test-py313:
signingscript-test-py314:
definition: base-test
args:
PYTHON_VERSION: *py313
PYTHON_VERSION: *py314
APT_PACKAGES: osslsigncode cmake clang
2 changes: 1 addition & 1 deletion taskcluster/kinds/tox/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ task-defaults:
- tox.ini
- uv.lock
matrix:
python: ["311", "313"]
python: ["311", "314"]

tasks:
addonscript:
Expand Down
66 changes: 33 additions & 33 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,89 +108,89 @@ changedir = {toxinidir}/treescript
commands =
tox -e py311

[testenv:addonscript-py313]
[testenv:addonscript-py314]
changedir = {toxinidir}/addonscript
commands =
tox -e py313
tox -e py314

[testenv:balrogscript-py313]
[testenv:balrogscript-py314]
changedir = {toxinidir}/balrogscript
commands =
tox -e py313
tox -e py314

[testenv:beetmoverscript-py313]
[testenv:beetmoverscript-py314]
changedir = {toxinidir}/beetmoverscript
commands =
tox -e py313
tox -e py314

[testenv:bitrisescript-py313]
[testenv:bitrisescript-py314]
changedir = {toxinidir}/bitrisescript
commands =
tox -e py313
tox -e py314

[testenv:bouncerscript-py313]
[testenv:bouncerscript-py314]
changedir = {toxinidir}/bouncerscript
commands =
tox -e py313
tox -e py314

[testenv:configloader-py313]
[testenv:configloader-py314]
changedir = {toxinidir}/configloader
commands =
tox -e py313
tox -e py314

[testenv:init-py313]
[testenv:init-py314]
commands =
pytest -n auto tests

[testenv:iscript-py313]
[testenv:iscript-py314]
changedir = {toxinidir}/iscript
commands =
tox -e py313
tox -e py314

[testenv:githubscript-py313]
[testenv:githubscript-py314]
changedir = {toxinidir}/githubscript
commands =
tox -e py313
tox -e py314

[testenv:landoscript-py313]
[testenv:landoscript-py314]
changedir = {toxinidir}/landoscript
commands =
tox -e py313
tox -e py314

[testenv:pushapkscript-py313]
[testenv:pushapkscript-py314]
changedir = {toxinidir}/pushapkscript
commands =
tox -e py313
tox -e py314

[testenv:pushflatpakscript-py313]
[testenv:pushflatpakscript-py314]
changedir = {toxinidir}/pushflatpakscript
commands =
tox -e py313
tox -e py314

[testenv:pushmsixscript-py313]
[testenv:pushmsixscript-py314]
changedir = {toxinidir}/pushmsixscript
commands =
tox -e py313
tox -e py314

[testenv:scriptworker_client-py313]
[testenv:scriptworker_client-py314]
changedir = {toxinidir}/scriptworker_client
commands =
tox -e py313,mypy
tox -e py314,mypy

[testenv:shipitscript-py313]
[testenv:shipitscript-py314]
changedir = {toxinidir}/shipitscript
commands =
tox -e py313
tox -e py314

[testenv:signingscript-py313]
[testenv:signingscript-py314]
changedir = {toxinidir}/signingscript
commands =
tox -e py313
tox -e py314

[testenv:treescript-py313]
[testenv:treescript-py314]
changedir = {toxinidir}/treescript
commands =
tox -e py313
tox -e py314

[testenv:ruff]
commands =
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.