Skip to content

Commit 15569c3

Browse files
committed
Update minimum Python version to 3.8, SDK version to 3.0.0a1
1 parent 8f46336 commit 15569c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "uid2_client"
10-
version = "2.4.6"
10+
version = "3.0.0a1"
1111
authors = [
1212
{ name = "UID2 team", email = "unifiedid-admin@thetradedesk.com" }
1313
]
@@ -18,7 +18,7 @@ classifiers = [
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
]
21-
requires-python = ">=3.6"
21+
requires-python = ">=3.8"
2222
dependencies = [
2323
"setuptools",
2424
"pycryptodome",

0 commit comments

Comments
 (0)