Skip to content

Commit 140efee

Browse files
committed
Correct version requirement in release.distutils and github project identifier in postgresql.project.
1 parent dc07e2d commit 140efee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

postgresql/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = 'py-postgresql'
66
identity = 'http://github.com/python-postgres/fe'
77

8-
meaculpa = 'Python+Postgres'
8+
meaculpa = 'python-postgres'
99
abstract = 'Driver and tools library for PostgreSQL'
1010

1111
version_info = (1, 3, 0)

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.8',
180+
'python_requires': '>=3.7',
181181
}
182182
if build_extensions:
183183
d['ext_modules'] = list(prefixed_extensions(prefix = prefix))

0 commit comments

Comments
 (0)