Skip to content
Open
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
4 changes: 2 additions & 2 deletions addonscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -19,7 +19,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[coverage:run]
Expand Down
4 changes: 2 additions & 2 deletions balrogscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -19,7 +19,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
4 changes: 2 additions & 2 deletions beetmoverscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -19,7 +19,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
4 changes: 2 additions & 2 deletions bitrisescript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -19,7 +19,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
4 changes: 2 additions & 2 deletions bouncerscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -19,7 +19,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
4 changes: 2 additions & 2 deletions configloader/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -19,7 +19,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[coverage:run]
Expand Down
4 changes: 2 additions & 2 deletions githubscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -19,7 +19,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
4 changes: 2 additions & 2 deletions landoscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -19,7 +19,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[coverage:run]
Expand Down
4 changes: 2 additions & 2 deletions pushapkscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
setenv =
Expand All @@ -18,7 +18,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
4 changes: 2 additions & 2 deletions pushflatpakscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -20,7 +20,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
4 changes: 2 additions & 2 deletions pushmsixscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
setenv =
Expand All @@ -18,7 +18,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
2 changes: 1 addition & 1 deletion scriptworker_client/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311,mypy

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably maintain 3.11 testing here seeing as iscript depends on it.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

envlist is just what gets run by default when you don't pass -e to tox. tox -e py311 still works and remains in CI.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, right, ty

envlist = py314,mypy

[testenv]
setenv =
Expand Down
4 changes: 2 additions & 2 deletions shipitscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
setenv =
Expand All @@ -18,7 +18,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
4 changes: 2 additions & 2 deletions signingscript/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311
envlist = py314

[testenv]
depends = clean
Expand All @@ -20,7 +20,7 @@ depends =
[testenv:report]
skip_install = true
commands = coverage report -m
depends = py311
depends = py314
parallel_show_output = true

[pytest]
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/kinds/check/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ task-defaults:
code-review: true
worker-type: b-linux
worker:
docker-image: {in-tree: 'python311'}
docker-image: {in-tree: 'python314'}
max-run-time: 1800

tasks:
Expand Down
26 changes: 2 additions & 24 deletions taskcluster/kinds/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks:

base:
args:
PYTHON_VERSION: *py311
PYTHON_VERSION: *py314
UV_VERSION: *uv_version
addonscript:
definition: script
Expand Down Expand Up @@ -84,35 +84,13 @@ tasks:
args:
SCRIPT_NAME: pushmsixscript
signingscript:
# python:3.11.15-trixie docker image contains osslsigncode 2.9.
# python:3.14.3-slim-trixie docker image contains osslsigncode 2.9.
# if the image changes, verify version of osslsigncode and make sure winsign works as well
parent: base
treescript:
parent: base

# Testing images
pushapkscript-test-py311:
definition: base-test
args:
PYTHON_VERSION: *py311
UV_VERSION: *uv_version
APT_PACKAGES: default-jre-headless

pushflatpakscript-test-py311:
definition: base-test
args:
PYTHON_VERSION: *py311
UV_VERSION: *uv_version
# Copied from pushflatpakscript/docker.d/image_setup.sh
APT_PACKAGES: gir1.2-ostree-1.0 libgirepository-2.0-dev ostree

signingscript-test-py311:
definition: base-test
args:
PYTHON_VERSION: *py311
UV_VERSION: *uv_version
APT_PACKAGES: osslsigncode cmake make clang gpg gpgv

pushapkscript-test-py314:
definition: base-test
args:
Expand Down
8 changes: 7 additions & 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", "314"]
python: ["314"]

tasks:
addonscript:
Expand All @@ -65,6 +65,8 @@ tasks:
configloader:
resources:
- configloader
matrix:
python: ["311"]
githubscript:
resources:
- githubscript
Expand All @@ -90,6 +92,8 @@ tasks:
- iscript
- scriptworker_client
- vendored/mozbuild
matrix:
python: ["311"]
landoscript:
resources:
- landoscript
Expand All @@ -110,6 +114,8 @@ tasks:
scriptworker_client:
resources:
- scriptworker_client
matrix:
python: ["311"]
shipitscript:
resources:
- shipitscript
Expand Down
Loading