Skip to content

Commit ca5fb2b

Browse files
committed
Update setup.py to require Python>=3.10
1 parent 221bf7b commit ca5fb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
license='BSD',
1818
keywords='streams',
1919
packages=packages + tests,
20-
python_requires='>=3.9',
20+
python_requires='>=3.10',
2121
long_description=(open('README.rst').read() if exists('README.rst')
2222
else ''),
2323
install_requires=list(open('requirements.txt').read().strip().split('\n')),

0 commit comments

Comments
 (0)