Skip to content

Commit 0eb5116

Browse files
authored
Update pyproject.toml
1 parent c7b17c5 commit 0eb5116

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "wafer-view"
7-
version = "1.0.0b2"
7+
version = "1.0.0b3"
88
license = {file = "LICENSE"}
99
description = "An open source semi.org xml wafer viewer"
1010
readme = "README.rst"
@@ -17,13 +17,12 @@ maintainers = [
1717
classifiers = [
1818
"License :: OSI Approved :: Apache Software License",
1919
"Operating System :: MacOS",
20-
"Programming Language :: Python :: 3.8",
2120
"Programming Language :: Python :: 3.9",
2221
"Programming Language :: Python :: 3.10",
2322
"Programming Language :: Python :: 3.11",
2423
"Topic :: Scientific/Engineering :: Visualization",
2524
]
26-
requires-python = ">=3.8.0"
25+
requires-python = ">=3.9.0"
2726
dynamic = ["dependencies"]
2827

2928
[project.scripts]

0 commit comments

Comments
 (0)