Skip to content

Commit e993461

Browse files
authored
chore: modify metadata (#1199)
* chore: modify metadata Added Kazuaki Matsuo as an author and updated supported Python versions. * chore: remove issac's email as invalid one Removed email from Isaac Murchie's author entry. * ci: update the trigger
1 parent 52203a4 commit e993461

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
workflow_dispatch:
5-
pull_request:
5+
push:
66
branches: [ master ]
77

88
permissions:

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ readme = "README.md"
66
license = "Apache-2.0"
77
license-files = ["LICENSE"]
88
authors = [
9-
{name = "Isaac Murchie", email = "isaac@saucelabs.com"},
9+
{name = "Kazuaki Matsuo", email = "kazucocoa1117@gmail.com"},
10+
{name = "Isaac Murchie"},
1011
]
1112
maintainers = [
1213
{name = "Kazuaki Matsuo"},
@@ -21,6 +22,7 @@ classifiers = [
2122
"Programming Language :: Python :: 3.11",
2223
"Programming Language :: Python :: 3.12",
2324
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2426
"Environment :: Console",
2527
"Topic :: Software Development :: Testing",
2628
]

0 commit comments

Comments
 (0)