Skip to content

Commit 593ceb1

Browse files
committed
manage python 3.11
1 parent 4bf9e70 commit 593ceb1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use_parentheses = true
1919

2020
[tool.poetry]
2121
name = "pykeyatome"
22-
version = "2.1.1"
22+
version = "2.1.2"
2323
description = "A simple API for key atome electricity consumption"
2424
readme = "README.md"
2525
authors = ["jugla"]
@@ -29,9 +29,6 @@ classifiers = [
2929
"License :: OSI Approved :: MIT License",
3030
"Programming Language :: Python",
3131
"Programming Language :: Python :: 3",
32-
"Programming Language :: Python :: 3.8",
33-
"Programming Language :: Python :: 3.9",
34-
"Programming Language :: Python :: 3.10",
3532
"Programming Language :: Python :: Implementation :: CPython",
3633
"Programming Language :: Python :: Implementation :: PyPy",
3734
]
@@ -40,7 +37,7 @@ classifiers = [
4037
fake-useragent = "^1.1.1"
4138
requests = "^2.22.0"
4239
simplejson = "^3.16.0"
43-
python = ">=3.7.0,<3.11"
40+
python = ">=3.7.0,<3.20"
4441

4542
[tool.poetry.dev-dependencies]
4643
requests-mock = "^1.6.0"

setup.py

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

77
setuptools.setup(
88
name="pyKeyAtome",
9-
version="2.1.1",
9+
version="2.1.2",
1010
license="MIT",
1111
author="jugla",
1212
author_email="[email protected]",

0 commit comments

Comments
 (0)