Skip to content

Commit

Permalink
build: use pyproject.toml for setup
Browse files Browse the repository at this point in the history
BREAKING CHANGE: No longer supports Python 3.6.
  • Loading branch information
tmigimatsu committed Aug 1, 2022
1 parent cfdd8b7 commit e1dedda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
description = "PDDL symbolic library"
license = {file = "LICENSE"}
readme = "README.md"
requires-python = ">=3.6"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down Expand Up @@ -43,6 +43,7 @@ version_toml = [

[tool.cibuildwheel]
skip = [
"cp36-*",
"pp*",
"*-musllinux*",
]
Expand Down

0 comments on commit e1dedda

Please sign in to comment.