We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23eb751 commit bce6a2bCopy full SHA for bce6a2b
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='dataclass_abc',
13
- version='0.0.6',
+ version='0.0.7',
14
description='Library that lets you define abstract properties for dataclasses.',
15
long_description=long_description,
16
long_description_content_type='text/markdown',
@@ -23,5 +23,5 @@
23
],
24
keywords='dataclass_abc abstract abc property',
25
packages=['dataclass_abc'],
26
- python_requires='>=3.11',
+ python_requires='>=3.10',
27
)
0 commit comments