Skip to content

Commit

Permalink
update minimum supported python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ikirudennis committed Aug 5, 2024
1 parent 7112abf commit 5cb1485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages
import os
from setuptools import setup, find_packages


def get_version():
Expand Down Expand Up @@ -48,5 +48,5 @@ def get_version():
tests_require=['pytest', 'pytest-cov'],
include_package_data=True,
zip_safe=False,
python_requires='>=3.5',
python_requires='>=3.8',
)

0 comments on commit 5cb1485

Please sign in to comment.