Skip to content

Commit

Permalink
Merge pull request #221 from clEsperanto/bump-3.7-python-support
Browse files Browse the repository at this point in the history
make 3.8 minimum python version
  • Loading branch information
StRigaud authored Aug 21, 2024
2 parents b586fcd + 43d2552 commit 8fba875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
description = "GPU-accelerated image processing in python using OpenCL"
name = "pyclesperanto"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
version = "0.11.1"

[project.urls]
Expand All @@ -56,7 +56,6 @@ testpaths = ["tests"]

[tool.cibuildwheel]
build = [
"cp37-*",
"cp38-*",
"cp39-*",
"cp310-*",
Expand All @@ -67,6 +66,7 @@ build = [
skip = [
"cp27-*",
"cp36*",
"cp37*",
"pp*",
"*-win32",
"*-musllinux*",
Expand Down

0 comments on commit 8fba875

Please sign in to comment.