Skip to content

Commit c70383f

Browse files
committed
Fix python_requires and bump version
1 parent 9b971cf commit c70383f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python_utils/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
)
2020
__url__: str = 'https://github.com/WoLpH/python-utils'
2121
# Omit type info due to automatic versioning script
22-
__version__ = '3.9.0'
22+
__version__ = '3.9.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
if __name__ == '__main__':
3030
setuptools.setup(
31-
python_requires='>3.9.0',
31+
python_requires='>=3.9.0',
3232
name='python-utils',
3333
version=about['__version__'],
3434
author=about['__author__'],

0 commit comments

Comments
 (0)