Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitstart-nimhdsst authored Aug 7, 2024
1 parent a9fadc7 commit 73927a3
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 @@ -2,7 +2,7 @@
name = "osm"
description = "Open Science Metrics (OSM) client for tracking scientific transparency and reproducibility metrics"
readme = "README.md"
requires-python = ">=3.9" # Confirm the required python version since [tool.black] is using a low version
requires-python = ">=3.11"
keywords = [
"open science",
"altmetrics",
Expand Down Expand Up @@ -40,4 +40,4 @@ target-version = ["py38", "py39", "py310"]

[tool.ruff]
line-length = 88
indent-width = 4
indent-width = 4

0 comments on commit 73927a3

Please sign in to comment.