Skip to content

Commit

Permalink
Add Python 3.8 as min required version
Browse files Browse the repository at this point in the history
  • Loading branch information
cheziyi committed Sep 17, 2024
1 parent c5fa624 commit 08bc878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "synnax-lab-sdk"
description = "Synnax Lab SDK for downloading training data and uploading predictions"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.8"
keywords = ["synnax"]
dependencies = ["requests", "tqdm", "inflect", "python-dateutil"]
dynamic = ["version"]
Expand Down

0 comments on commit 08bc878

Please sign in to comment.