Skip to content

Commit 5153a0e

Browse files
fix: required changes for release regarding the python version to build python 3.10 specific wheels (#26912)
1 parent fff7c3f commit 5153a0e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ include requirements/requirements.txt
22
include ivy/compiler/utils/*.so
33
include ivy/compiler/*.so
44
include ivy/compiler/*.py
5+
include binaries.json
6+
include available_configs.json

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ def _strip(line):
125125
python_requires=">=3.8,<=3.11",
126126
classifiers=[
127127
"License :: OSI Approved :: Apache Software License",
128-
"Programming Language :: Python :: 3.8",
129-
"Programming Language :: Python :: 3.9",
130-
"Programming Language :: Python :: 3.10",
131-
"Programming Language :: Python :: 3.11",
132128
],
133129
license="Apache 2.0",
134130
)

0 commit comments

Comments
 (0)