Skip to content

Commit

Permalink
reduce version matrix, update project toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi committed Dec 29, 2024
1 parent eb7f055 commit 77ed4ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[project]
name = "scarf-sdk"
version = "0.1.0"
description = "Add your description here"
description = "Python bindings for Scarf telemetry"
authors = ["Scarf Engineering <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
repository = "https://github.com/scarf-sh/scarf-py"
requires-python = ">=3.10"
dependencies = []
dependencies = ["requests>=2.25.0"]

[tool.ruff]
line-length = 100
Expand Down

0 comments on commit 77ed4ea

Please sign in to comment.