Skip to content

Commit

Permalink
build(version): upgrade version, update python_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmingyi1998 committed Aug 25, 2023
1 parent 850b29c commit 4c178e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oclk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.2"
__version__ = "1.2.3"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from setuptools import Extension, setup
from setuptools.command.build_ext import build_ext

assert sys.version_info.minor > 6
__version__ = "0.0.0"
exec(open("oclk/version.py").read())

Expand Down Expand Up @@ -119,7 +120,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
install_requires=install_requires,
python_requires=">=3.6",
python_requires=">=3.7",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: GPU",
Expand Down

0 comments on commit 4c178e1

Please sign in to comment.