Skip to content

Commit 19148a9

Browse files
committed
Update setup.py version
1 parent 9f4e104 commit 19148a9

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

setup.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="createsend",
5-
version='7.0.0',
5+
version='8.0.0',
66
description="A library which implements the complete functionality of the Campaign Monitor API.",
77
author='Campaign Monitor',
88
author_email='support@campaignmonitor.com',
@@ -35,20 +35,16 @@
3535

3636
# Generally, we support the following.
3737
"Programming Language :: Python",
38-
"Programming Language :: Python :: 2",
3938
"Programming Language :: Python :: 3",
4039

4140
# Specifically, we support the following releases.
42-
"Programming Language :: Python :: 2.7",
43-
"Programming Language :: Python :: 3.0",
44-
"Programming Language :: Python :: 3.1",
45-
"Programming Language :: Python :: 3.3",
46-
"Programming Language :: Python :: 3.4",
47-
"Programming Language :: Python :: 3.5",
4841
"Programming Language :: Python :: 3.6",
4942
"Programming Language :: Python :: 3.7",
5043
"Programming Language :: Python :: 3.8",
5144
"Programming Language :: Python :: 3.9",
5245
"Programming Language :: Python :: 3.10",
46+
"Programming Language :: Python :: 3.11",
47+
"Programming Language :: Python :: 3.12",
48+
"Programming Language :: Python :: 3.13",
5349
]
5450
)

0 commit comments

Comments
 (0)