Skip to content

Commit

Permalink
Update setup to allow for 3ython 3.8 and 3.10 builds. Skip 3.9. Updat…
Browse files Browse the repository at this point in the history
…e readme with Draft for requirements

Signed-off-by: Joel Polizzi <[email protected]>
  • Loading branch information
quic-jpolizzi committed May 23, 2024
1 parent 94b0f03 commit f5ffaac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packaging/pypi_readme.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
## Requirements
This package supports the following environment:
- 64-bit Intel x86-compatible processor
- Linux Ubuntu: 22.04 LTS
- Linux Ubuntu: 22.04 LTS with Python 3.10
- Linux Ubuntu: 20.04 LTS with Python 3.8
- bash command shell
- Python 3.10
- @package@ @fmwork_ver_bare@

## Why AIMET?
Expand Down
2 changes: 1 addition & 1 deletion packaging/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ setup(
include_package_data=True,
zip_safe=True,
platforms='x86',
python_requires='>=3.10',
python_requires='>=3.8, !=3.9.*, <3.11',
cmdclass={
'bdist_wheel': bdist_wheel_aimet,
},
Expand Down

0 comments on commit f5ffaac

Please sign in to comment.