Skip to content

Commit

Permalink
Remove Old Python Versions and Update Client (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyono authored Oct 15, 2024
1 parent 491bbb6 commit 514d8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-api-tests-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
python: ["3.10", "3.11", "3.12", "3.13"]
defaults:
run:
working-directory: ./client
Expand Down
2 changes: 1 addition & 1 deletion client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "valor-client"
dynamic = ["version"]
description = "Python client for the Valor evaluation store"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
license = { file = "LICENSE" }
dependencies = [
"requests",
Expand Down

0 comments on commit 514d8b8

Please sign in to comment.