Skip to content

Commit

Permalink
add python 3.8 as the minimal version requirement (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchin authored Oct 17, 2024
1 parent 76ba217 commit 7c44500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ description = "Object-orientated Python interface to pyGPlates for plate tectoni
readme = "README.md"
authors = [{ name = "Ben Mather", email = "ben.mather@sydney.edu.au" }]
license = { file = "LICENSE" }
requires-python = ">= 3.8" # At least Python 3.8
classifiers = [
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def _minimal_ext_cmd(cmd):
# ]
# },
include_package_data=True,
python_requires=">=3.8",
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 7c44500

Please sign in to comment.