Skip to content

Commit

Permalink
pyproject.toml: update python version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath authored Mar 22, 2024
1 parent 9d2d62b commit 1780058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "beat"
version = "2.0.0"
requires-python = ">=3.8"
requires-python = ">=3.9"
license = {text = "GPLv3"}
description = "'Bayesian Earthquake Analysis Tool'"
readme = "README.md"
Expand All @@ -19,7 +19,7 @@ keywords = ["Bayesian Inference", "seismology", "geodesy", "earthquake", "volcan
classifiers = [
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Physics",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: C",
"Operating System :: POSIX",
"Operating System :: MacOS"
Expand Down

0 comments on commit 1780058

Please sign in to comment.