Skip to content

Commit

Permalink
python: Only support >=3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Meir Komet <[email protected]>
  • Loading branch information
mkomet committed Jan 29, 2024
1 parent 4226114 commit 62a8264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ As such it contains a setup.py script that will install the tools.

To run SETools command line tools, the following packages are required:

* Python 3.6+
* Python 3.8+
* NetworkX 2.0+ (2.6+ for Python 3.9+)
* setuptools
* dataclasses (Python 3.6 only)
* libselinux
* libsepol 3.2+

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def run(self):
'Topic :: Utilities',
],
keywords='SELinux SETools policy analysis tools seinfo sesearch sediff sedta seinfoflow apol',
python_requires='>=3.6',
python_requires='>=3.8',
# setup also requires libsepol and libselinux
# C libraries and headers to compile.
setup_requires=['setuptools', 'Cython>=0.27'],
Expand Down

0 comments on commit 62a8264

Please sign in to comment.