Skip to content

Commit 4421771

Browse files
authored
Merge pull request #54 from Doist/tartandsandal/pyproject
chore: prepare release 3.108
2 parents 4305b4c + 91322d0 commit 4421771

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bitmapist"
3-
version = "3.107"
3+
version = "3.108"
44
description="Implements a powerful analytics library using Redis bitmaps."
55
authors = [
66
"Amir Salihefendic <[email protected]>",
@@ -18,7 +18,6 @@ classifiers=[
1818
"Operating System :: OS Independent",
1919
"Programming Language :: Python",
2020
"Programming Language :: Python :: 3",
21-
"Programming Language :: Python :: 3.8",
2221
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",
@@ -34,7 +33,7 @@ include = [
3433
]
3534

3635
[tool.poetry.dependencies]
37-
python = ">3.8,<3.12"
36+
python = ">3.9,<3.12"
3837
redis = "^2.10.0"
3938
python-dateutil = "*"
4039
future = "^0.14.3"

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="bitmapist",
7-
version="3.107",
7+
version="3.108",
88
author="amix",
99
author_email="[email protected]",
1010
url="http://www.amix.dk/",
@@ -20,12 +20,9 @@
2020
"License :: OSI Approved :: BSD License",
2121
"Operating System :: OS Independent",
2222
"Programming Language :: Python",
23-
"Programming Language :: Python :: 2",
24-
"Programming Language :: Python :: 2.7",
2523
"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",
2926
"Programming Language :: Python :: 3.11",
3027
"Topic :: Software Development :: Libraries :: Python Modules",
3128
],

0 commit comments

Comments
 (0)