Skip to content

Commit

Permalink
Require at least python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Oct 12, 2023
1 parent b4457ad commit d9dd79e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ classifiers =
Programming Language :: Python :: 3

[options]
python_requires = >=3.7
python_requires = >=3.8
package_dir =
=src
packages = find:
install_requires =
isal>=1.4.1; platform.machine == "x86_64" or platform.machine == "AMD64" or platform.machine == "aarch64"
typing_extensions; python_version<'3.8'

[options.packages.find]
where = src
Expand Down

0 comments on commit d9dd79e

Please sign in to comment.