Skip to content

Commit dcb744c

Browse files
author
gabi
committed
fix build settings
1 parent d8265c0 commit dcb744c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bdist_wheel]
2-
universal = 1
2+
universal = 0
33

44
[metadata]
55
license_file = LICENSE

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
license='MIT',
1111
packages=find_packages(exclude=['examples', 'tests', 'docs']),
1212
zip_safe=True,
13+
python_requires='>=3.8',
1314
extra_required={
1415
'rx': {'Rx >= 3.0.0'},
1516
'aiohttp': {'aiohttp == 3.8.1'},

0 commit comments

Comments
 (0)