Skip to content

Commit

Permalink
not supporting py 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-yanghsing committed Nov 12, 2024
1 parent 0f322cc commit 728cb8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "py_jwt_cpp"
requires-python = ">=3.8"
requires-python = ">=3.9"
version = "0.1.0"
authors = [
{name = "Yanghsing Lin", email = "[email protected]"}
Expand All @@ -17,7 +17,7 @@ authors = ["Yanghsing Lin <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.9"

[tool.poetry.group.dev.dependencies]
pybind11 = "^2.13.6"
Expand Down

0 comments on commit 728cb8e

Please sign in to comment.