Skip to content

Commit

Permalink
Increase min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
cheziyi committed Jul 5, 2024
1 parent 3bfa863 commit 72e167a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.11", "3.12"]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "hatchling.build"

[project]
name = "synnax-shared"
version = "1.2.0"
version = "1.2.1"
description = "Synnax shared Python pacakges"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"

dependencies = []

Expand Down

0 comments on commit 72e167a

Please sign in to comment.