Skip to content

Commit 252d5d6

Browse files
committed
Update the classifiers.
1 parent 191deb8 commit 252d5d6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

hatch.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ platform.windows.dependencies = [
3535
"coverage",
3636
"pytest",
3737
"pytest-asyncio",
38-
"pytest-rich",
38+
"pytest-pystack",
3939
]
4040

4141
[envs.test.scripts]

pyproject.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ authors = [
1313
]
1414
classifiers = [
1515
"Programming Language :: Python",
16-
"Programming Language :: Python :: 3.7",
1716
"Programming Language :: Python :: 3.8",
1817
"Programming Language :: Python :: 3.9",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: Implementation :: CPython",
2222
]
2323
dependencies = [
@@ -70,4 +70,10 @@ Funding = "https://github.com/sponsors/ZeroIntensity"
7070

7171
[project.scripts]
7272
view = "view.__main__:main"
73-
view-admin = "view.__main__:main"
73+
view-py = "view.__main__:main"
74+
75+
[tool.pytest.ini_options]
76+
pystack_threshold=60
77+
pystack_path="custom-version-of-pystack"
78+
pystack_output_file="./pystack.log"
79+
pystack_args="--native"

0 commit comments

Comments
 (0)