File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " bitmapist"
3
- version = " 3.107 "
3
+ version = " 3.108 "
4
4
description =" Implements a powerful analytics library using Redis bitmaps."
5
5
authors = [
6
6
" Amir Salihefendic <[email protected] >" ,
@@ -18,7 +18,6 @@ classifiers=[
18
18
" Operating System :: OS Independent" ,
19
19
" Programming Language :: Python" ,
20
20
" Programming Language :: Python :: 3" ,
21
- " Programming Language :: Python :: 3.8" ,
22
21
" Programming Language :: Python :: 3.9" ,
23
22
" Programming Language :: Python :: 3.10" ,
24
23
" Programming Language :: Python :: 3.11" ,
@@ -34,7 +33,7 @@ include = [
34
33
]
35
34
36
35
[tool .poetry .dependencies ]
37
- python = " >3.8 ,<3.12"
36
+ python = " >3.9 ,<3.12"
38
37
redis = " ^2.10.0"
39
38
python-dateutil = " *"
40
39
future = " ^0.14.3"
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "bitmapist" ,
7
- version = "3.107 " ,
7
+ version = "3.108 " ,
8
8
author = "amix" ,
9
9
10
10
url = "http://www.amix.dk/" ,
20
20
"License :: OSI Approved :: BSD License" ,
21
21
"Operating System :: OS Independent" ,
22
22
"Programming Language :: Python" ,
23
- "Programming Language :: Python :: 2" ,
24
- "Programming Language :: Python :: 2.7" ,
25
23
"Programming Language :: Python :: 3" ,
26
- "Programming Language :: Python :: 3.3" ,
27
- "Programming Language :: Python :: 3.4" ,
28
- "Programming Language :: Python :: 3.5" ,
24
+ "Programming Language :: Python :: 3.9" ,
25
+ "Programming Language :: Python :: 3.10" ,
29
26
"Programming Language :: Python :: 3.11" ,
30
27
"Topic :: Software Development :: Libraries :: Python Modules" ,
31
28
],
You can’t perform that action at this time.
0 commit comments