Skip to content

Commit

Permalink
fix: required changes for release regarding the python version to bui…
Browse files Browse the repository at this point in the history
…ld python 3.10 specific wheels (#26912)
  • Loading branch information
vedpatwardhan authored Oct 11, 2023
1 parent fff7c3f commit 5153a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ include requirements/requirements.txt
include ivy/compiler/utils/*.so
include ivy/compiler/*.so
include ivy/compiler/*.py
include binaries.json
include available_configs.json
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ def _strip(line):
python_requires=">=3.8,<=3.11",
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
license="Apache 2.0",
)

0 comments on commit 5153a0e

Please sign in to comment.