We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b17c5 commit 0eb5116Copy full SHA for 0eb5116
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "wafer-view"
7
-version = "1.0.0b2"
+version = "1.0.0b3"
8
license = {file = "LICENSE"}
9
description = "An open source semi.org xml wafer viewer"
10
readme = "README.rst"
@@ -17,13 +17,12 @@ maintainers = [
17
classifiers = [
18
"License :: OSI Approved :: Apache Software License",
19
"Operating System :: MacOS",
20
- "Programming Language :: Python :: 3.8",
21
"Programming Language :: Python :: 3.9",
22
"Programming Language :: Python :: 3.10",
23
"Programming Language :: Python :: 3.11",
24
"Topic :: Scientific/Engineering :: Visualization",
25
]
26
-requires-python = ">=3.8.0"
+requires-python = ">=3.9.0"
27
dynamic = ["dependencies"]
28
29
[project.scripts]
0 commit comments