File tree 2 files changed +3
-6
lines changed 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ use_parentheses = true
19
19
20
20
[tool .poetry ]
21
21
name = " pykeyatome"
22
- version = " 2.1.1 "
22
+ version = " 2.1.2 "
23
23
description = " A simple API for key atome electricity consumption"
24
24
readme = " README.md"
25
25
authors = [" jugla" ]
@@ -29,9 +29,6 @@ classifiers = [
29
29
" License :: OSI Approved :: MIT License" ,
30
30
" Programming Language :: Python" ,
31
31
" Programming Language :: Python :: 3" ,
32
- " Programming Language :: Python :: 3.8" ,
33
- " Programming Language :: Python :: 3.9" ,
34
- " Programming Language :: Python :: 3.10" ,
35
32
" Programming Language :: Python :: Implementation :: CPython" ,
36
33
" Programming Language :: Python :: Implementation :: PyPy" ,
37
34
]
@@ -40,7 +37,7 @@ classifiers = [
40
37
fake-useragent = " ^1.1.1"
41
38
requests = " ^2.22.0"
42
39
simplejson = " ^3.16.0"
43
- python = " >=3.7.0,<3.11 "
40
+ python = " >=3.7.0,<3.20 "
44
41
45
42
[tool .poetry .dev-dependencies ]
46
43
requests-mock = " ^1.6.0"
Original file line number Diff line number Diff line change 6
6
7
7
setuptools .setup (
8
8
name = "pyKeyAtome" ,
9
- version = "2.1.1 " ,
9
+ version = "2.1.2 " ,
10
10
license = "MIT" ,
11
11
author = "jugla" ,
12
12
You can’t perform that action at this time.
0 commit comments