Skip to content

Commit 6e932bf

Browse files
committed
Adjusted wheel package classifiers to match supported Python versions.
1 parent 44e9cd7 commit 6e932bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/Pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
package_namespace: 'pyEDAA'
1515
package_name: 'ProjectModel'
16+
unittest_python_version_list: '3.11 3.12 3.13 3.14 pypy-3.11'
1617
unittest_disable_list: 'mingw64:* ucrt64:*'
1718
apptest_python_version_list: '' # use latest Python version
1819
apptest_system_list: 'ubuntu macos macos-arm'

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
"osvvm": ["pyEDAA.OSVVM ~= 0.6"],
5050
},
5151
sourceFileWithVersion=packageInformationFile,
52-
developmentStatus="beta",
5352
classifiers=list(DEFAULT_CLASSIFIERS) + [
5453
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)"
5554
],
55+
developmentStatus="beta",
56+
pythonVersions=("3.11", "3.12", "3.13", "3.14"),
5657
dataFiles={
5758
packageName: ["py.typed"]
5859
}

0 commit comments

Comments
 (0)