Skip to content

Commit

Permalink
Bump Python
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder committed Aug 16, 2024
1 parent 0d21a31 commit cc62521
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 @@ -73,7 +73,7 @@ build-backend = "poetry.core.masonry.api"

[tool.black] # https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-via-a-file
line-length = 88
target-version = ["py38"]
target-version = ["py310"]

[tool.pytest.ini_options] # https://docs.pytest.org/en/latest/reference/reference.html#ini-options-ref
# addopts = "--color=yes --doctest-modules --exitfirst --failed-first --strict-config --strict-markers --typeguard-packages=my_package --verbosity=2 --junitxml=reports/pytest.xml"
Expand All @@ -87,7 +87,7 @@ cache-dir = "~/.cache/ruff"
exclude = ["docs/", "examples/"]
line-length = 88
src = ["gpjax", "tests"]
target-version = "py38"
target-version = "py310"

[tool.ruff.lint]
dummy-variable-rgx = "^_$"
Expand Down

0 comments on commit cc62521

Please sign in to comment.