Skip to content

Commit

Permalink
Increment version_range_max (pytorch#84815)
Browse files Browse the repository at this point in the history
Python 3.10 should be added as a listing in `Programming Language` on https://pypi.org/project/torch/:

<img width="238" alt="Screenshot 2022-09-11 at 2 48 01" src="https://user-images.githubusercontent.com/7121753/189495599-72bd6a28-4248-4e4e-8194-b5b1f9e984e2.png">
Pull Request resolved: pytorch#84815
Approved by: https://github.com/malfet
  • Loading branch information
nzw0301 authored and pytorchmergebot committed Sep 12, 2022
1 parent c85e47b commit 5238404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ def main():
with open(os.path.join(cwd, "README.md"), encoding="utf-8") as f:
long_description = f.read()

version_range_max = max(sys.version_info[1], 9) + 1
version_range_max = max(sys.version_info[1], 10) + 1
torch_package_data = [
'py.typed',
'bin/*',
Expand Down

0 comments on commit 5238404

Please sign in to comment.