Skip to content

Commit

Permalink
3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed Jun 17, 2024
1 parent 026fbe8 commit 75cb187
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,14 @@ name = "torch-fourier-shell-correlation"
dynamic = ["version"]
description = "Compute the Fourier shell correlation in PyTorch"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
license = { text = "BSD-3-Clause" }
authors = [{ name = "Alister Burt", email = "[email protected]" }]
# https://pypi.org/classifiers/
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down

0 comments on commit 75cb187

Please sign in to comment.