Skip to content

Commit 35258bd

Browse files
author
Heiru Wu
committed
chore(project): bump python version for cryptography
1 parent 084904c commit 35258bd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mkdocs==1.3.1 ; python_version >= "3.9" and python_version < "3.12"
2-
pygments==2.18.0 ; python_version >= "3.9" and python_version < "3.12"
3-
jinja2==3.1.4 ; python_version >= "3.9" and python_version < "3.12"
1+
mkdocs==1.3.1 ; python_full_version > "3.9.1" and python_version < "3.12"
2+
pygments==2.18.0 ; python_full_version > "3.9.1" and python_version < "3.12"
3+
jinja2==3.1.4 ; python_full_version > "3.9.1" and python_version < "3.12"

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727

2828
[tool.poetry.dependencies]
2929

30-
python = ">=3.9,<3.12"
30+
python = ">3.9.1,<3.12"
3131
grpcio = "^1.59.0"
3232
pyyaml = "^6.0.1"
3333
numpy = "^1.21.0"

0 commit comments

Comments
 (0)