Skip to content

Commit

Permalink
pydf: Update maturin, add python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Schroeter authored and Rikorose committed Jan 19, 2024
1 parent a4a314d commit 49604cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyDF-data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.8"
dependencies = ["numpy >= 1.22"]

[build-system]
requires = ["maturin>=0.11,<0.12"]
requires = ["maturin~=1.3"]
build-backend = "maturin"

[tool.maturin]
Expand All @@ -17,7 +17,7 @@ strip = true

[tool.black]
line-length = 100
target-version = ["py38", "py39", "py310"]
target-version = ["py38", "py39", "py310", "py311"]
include = '\.pyi?$'

[tool.isort]
Expand Down
4 changes: 2 additions & 2 deletions pyDF/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.8"
dependencies = ["numpy >= 1.22"]

[build-system]
requires = ["maturin>=0.11,<0.12"]
requires = ["maturin~=1.3"]
build-backend = "maturin"

[tool.maturin]
Expand All @@ -17,7 +17,7 @@ strip = true

[tool.black]
line-length = 100
target-version = ["py38", "py39", "py310"]
target-version = ["py38", "py39", "py310", "py311"]
include = '\.pyi?$'

[tool.isort]
Expand Down

0 comments on commit 49604cf

Please sign in to comment.