Skip to content

Commit 421ef71

Browse files
committed
Update Python requirement.
1 parent 21ecf9b commit 421ef71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/release/distutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def standard_setup_keywords(build_extensions = True, prefix = default_prefix):
177177
'packages' : list(prefixed_packages(prefix = prefix)),
178178
'package_data' : dict(prefixed_package_data(prefix = prefix)),
179179
'cmdclass': dict(test=TestCommand),
180-
'python_requires': '>=3.3',
180+
'python_requires': '>=3.8',
181181
}
182182
if build_extensions:
183183
d['ext_modules'] = list(prefixed_extensions(prefix = prefix))

0 commit comments

Comments
 (0)