Skip to content

Commit bce6a2b

Browse files
author
Michael Schneeberger
committed
requires python 3.10 instead of 3.11
1 parent 23eb751 commit bce6a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='dataclass_abc',
13-
version='0.0.6',
13+
version='0.0.7',
1414
description='Library that lets you define abstract properties for dataclasses.',
1515
long_description=long_description,
1616
long_description_content_type='text/markdown',
@@ -23,5 +23,5 @@
2323
],
2424
keywords='dataclass_abc abstract abc property',
2525
packages=['dataclass_abc'],
26-
python_requires='>=3.11',
26+
python_requires='>=3.10',
2727
)

0 commit comments

Comments
 (0)