Skip to content

Commit 9543d78

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 23f9838 commit 9543d78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3536
"Topic :: Software Development :: Quality Assurance",
3637
]
3738
dynamic = [ "dependencies" ]

tests/prospector-profile-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ version = "0.0.0"
55
description = "A package used to test the prospector external profile"
66
classifiers = [
77
"Programming Language :: Python :: 3 :: Only",
8-
"Programming Language :: Python :: 3.9",
98
"Programming Language :: Python :: 3.10",
109
"Programming Language :: Python :: 3.11",
1110
"Programming Language :: Python :: 3.12",
1211
"Programming Language :: Python :: 3.13",
12+
"Programming Language :: Python :: 3.14",
1313
]
1414

1515
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)