Skip to content

Commit 7a54816

Browse files
committed
Fix a couple of missed Python version guards
1 parent 6c2c490 commit 7a54816

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
@@ -2,7 +2,7 @@
22
name = "asyncpg"
33
description = "An asyncio PostgreSQL driver"
44
authors = [{name = "MagicStack Inc", email = "[email protected]"}]
5-
requires-python = '>=3.8.0'
5+
requires-python = '>=3.9.0'
66
readme = "README.rst"
77
license = "Apache-2.0"
88
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)