Skip to content

Commit

Permalink
Set minimum python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenjieXu committed Jan 9, 2022
1 parent b1aed70 commit 8388f0c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyzxing"
version = "1.0.1.1"
version = "1.0.2"
description = "Python wrapper for ZXing Java library"
authors = ["Chenjie Xu <cxuscience@gmail.com>"]
license = "MIT"
Expand All @@ -20,15 +20,15 @@ classifiers=[
]
include = ["*.md", "*.txt"]

[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true
#[[tool.poetry.source]]
#name = "aliyun"
#url = "https://mirrors.aliyun.com/pypi/simple/"
#default = true

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.7"
joblib = "^1.1.0"
numpy = "^1.22.0"
numpy = "^1.21"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setup(
name="pyzxing",
version="1.0.1",
version="1.0.2",
url="https://github.com/ChenjieXu/pyzxing",
description="Python wrapper for ZXing Java library",
long_description=readme,
Expand Down

0 comments on commit 8388f0c

Please sign in to comment.