Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit dd6826b

Browse files
committed
Version bump and minimal Python version requirement fix
1 parent 5fb580f commit dd6826b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

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

88
setup(
99
name='netschoolapi',
10-
version='9.0.0',
10+
version='10.0.0',
1111
description='Асинхронный API-клиент для «Сетевого города»',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
@@ -26,5 +26,5 @@
2626
],
2727
license='MIT',
2828
install_requires=['httpx', 'marshmallow'],
29-
python_requires='>=3.8',
29+
python_requires='>=3.6',
3030
)

0 commit comments

Comments
 (0)