File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ Change Log
44All notable changes to this project will be documented in this file.
55This project adheres to `Semantic Versioning <http://semver.org/ >`__.
66
7+ 61.0.0 - 2025-09-16
8+ --------------------
9+
10+ Changed
11+ ~~~~~~~
12+
13+ - Drop support for python < 3.11
14+ - Switch project to UV
15+ - Set a max age for projects.yml caching
16+ - Add cypress branch to all-nightly-branches
17+
71860.10.3 - 2025-06-04
819--------------------
920
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ Testing
4040
4141Without integration tests install tox, then
4242
43- ``NO_CREDENTIALS_TESTS=1 tox -e py36 ``
43+ ``NO_CREDENTIALS_TESTS=1 uv run tox -e py311 ``
4444
45- Without any tests connecting to the net, then ``NO_TESTS_OVER_WIRE=1 tox -e py36 ``
45+ Without any tests connecting to the net, then ``NO_TESTS_OVER_WIRE=1 uv run tox -e py311 ``
4646
4747With integration tests, first create a client in the Taskcluster UI with the scopes::
4848
@@ -67,4 +67,4 @@ Then generate a no priviledge personal access token in Github for the scriptwork
6767 }
6868
6969
70- then to run all tests: ``tox ``
70+ then to run all tests: ``uv run tox ``
Original file line number Diff line number Diff line change 11[project ]
22name = " scriptworker"
3- version = " 60.10.3 "
3+ version = " 61.0.0 "
44description = " Taskcluster scriptworker"
55authors = [
66 { name = " Mozilla Release Engineering" , email = " releng@mozilla.com" },
You can’t perform that action at this time.
0 commit comments