Skip to content

Commit

Permalink
docs: update python version in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
narasux authored and ZhuoZhuoCrayon committed Oct 9, 2024
1 parent e148e85 commit 7d8084a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Build and publish to Pypi
uses: JRubics/[email protected]
with:
python_version: "3.7"
poetry_version: "==1.2.1"
python_version: "3.11.10"
poetry_version: "==1.8.2"
ignore_dev_requirements: "yes"
repository_name: "bk-crypto-python-sdk"
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

![Python](https://badgen.net/badge/python/%3E=3.6.2,%3C3.11/green?icon=github)
![Python](https://badgen.net/badge/python/%3E=3.8,%3C3.12/green?icon=github)
![Django](https://badgen.net/badge/django/%3E=3.1.5,%3C=4.2.1/yellow?icon=github)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.txt)

Expand Down
2 changes: 1 addition & 1 deletion readme_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---

![Python](https://badgen.net/badge/python/%3E=3.6.2,%3C3.11/green?icon=github)
![Python](https://badgen.net/badge/python/%3E=3.8,%3C3.12/green?icon=github)
![Django](https://badgen.net/badge/django/%3E=3.1.5,%3C=4.2.1/yellow?icon=github)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.txt)

Expand Down

0 comments on commit 7d8084a

Please sign in to comment.