Skip to content

Commit fbd4a72

Browse files
OrenZhangZhuoZhuoCrayon
authored andcommitted
chore(python): update maximum python version to 3.12
1 parent 1da7068 commit fbd4a72

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ TWINE ?= twine
88
# 3.9.13
99
# 3.10.5
1010
# 3.11.10
11-
PYTHON_VERSION ?= 3.11.10
11+
# 3.12.7
12+
PYTHON_VERSION ?= 3.12.7
1213
POETRY_VERSION ?= 1.8.2
1314
IMAGE_VERSION ?= "dev"
1415
IMAGE_REPO ?= "mirrors.tencent.com/bk-crypto-python-sdk"

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bk-crypto-python-sdk"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "bk-crypto-python-sdk is a lightweight cryptography toolkit for Python applications based on Cryptodome / tongsuopy and other encryption libraries."
55
authors = ["TencentBlueKing <contactus_bk@tencent.com>"]
66
readme = "readme.md"
@@ -9,7 +9,7 @@ packages = [
99
]
1010

1111
[tool.poetry.dependencies]
12-
python = ">=3.8,<3.12"
12+
python = ">=3.8,<3.13"
1313
tongsuopy-crayon = "^1.0.2b5"
1414
pycryptodomex = "^3.18.0"
1515
dacite = "^1.8.1"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

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

readme_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

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

0 commit comments

Comments
 (0)