Skip to content

Commit

Permalink
Set python_requires => 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JakaKokosar committed Dec 8, 2023
1 parent 9e293b9 commit 9f04d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: v3.15.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
args: ["--py39-plus"]
- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license_file = LICENSE
namespace_packages = orangecontrib
zip_safe = False
include_package_data = True
python_requires = >=3.7
python_requires = >=3.9
packages = find:
setup_requires =
setuptools>=42.0
Expand Down

0 comments on commit 9f04d05

Please sign in to comment.