Skip to content

Commit 70ed2c6

Browse files
authored
Merge pull request #712 from mozilla-releng/hneiva/v61
chore: Version bump to 61.0.0
2 parents a073540 + 5d050c8 commit 70ed2c6

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ Change Log
44
All notable changes to this project will be documented in this file.
55
This 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+
718
60.10.3 - 2025-06-04
819
--------------------
920

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Testing
4040

4141
Without 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

4747
With 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``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scriptworker"
3-
version = "60.10.3"
3+
version = "61.0.0"
44
description = "Taskcluster scriptworker"
55
authors = [
66
{ name = "Mozilla Release Engineering", email = "releng@mozilla.com" },

0 commit comments

Comments
 (0)