Skip to content

Commit

Permalink
Merge pull request #850 from kmaehashi/fix-python-version
Browse files Browse the repository at this point in the history
Fix Python version restriction
  • Loading branch information
kmaehashi authored Nov 20, 2024
2 parents 1d53a49 + 446c168 commit 84add78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch_pfn_extras/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.0"
__version__ = "0.8.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
extras_require={
"onnx": ["onnx"],
},
python_requires=">=3.6.0",
python_requires=">=3.9.0",
packages=setuptools.find_packages(exclude=["tests", "tests.*"]),
package_data={"pytorch_pfn_extras": ["py.typed"]},
)

0 comments on commit 84add78

Please sign in to comment.