From 4ad953f8449dad9ec1704027029319ee5edc1f12 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 12 Feb 2026 00:01:48 -0800 Subject: [PATCH 1/3] chore: modify metadata Added Kazuaki Matsuo as an author and updated supported Python versions. --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a12a0ca4..d4fc9c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,8 @@ readme = "README.md" license = "Apache-2.0" license-files = ["LICENSE"] authors = [ - {name = "Isaac Murchie", email = "isaac@saucelabs.com"}, + {name = "Kazuaki Matsuo", email = "kazucocoa1117@gmail.com"}, + {name = "Isaac Murchie", email = "isaac@saucelabs.com"}, ] maintainers = [ {name = "Kazuaki Matsuo"}, @@ -21,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Environment :: Console", "Topic :: Software Development :: Testing", ] From 974e28ba7c17d74ae547b89b01d7bf3f16b4e32e Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 12 Feb 2026 00:05:00 -0800 Subject: [PATCH 2/3] chore: remove issac's email as invalid one Removed email from Isaac Murchie's author entry. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4fc9c47..2e3bf91e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" license-files = ["LICENSE"] authors = [ {name = "Kazuaki Matsuo", email = "kazucocoa1117@gmail.com"}, - {name = "Isaac Murchie", email = "isaac@saucelabs.com"}, + {name = "Isaac Murchie"}, ] maintainers = [ {name = "Kazuaki Matsuo"}, From 56707072b1d2822ef38b31ba8bc469b39fdc4177 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Thu, 12 Feb 2026 08:07:52 +0000 Subject: [PATCH 3/3] ci: update the trigger --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 599861a1..7f1c1aa8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Release on: workflow_dispatch: - pull_request: + push: branches: [ master ] permissions: