Skip to content

Commit 8eaa739

Browse files
authored
Fix requires-python to be compatible with all 3.8 versions (#1027)
1 parent de3ccea commit 8eaa739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ name = "google-ads"
2121
version = "28.0.0.post2"
2222
description = "Client library for the Google Ads API"
2323
readme = "./README.rst"
24-
requires-python = "==3.8"
24+
requires-python = "==3.8.*"
2525
license = { file = "LICENSE" }
2626

2727
authors = [

0 commit comments

Comments
 (0)