Skip to content

Commit

Permalink
requires-python = ">=3.8" instead of ">=3.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
patquem committed Jan 20, 2025
1 parent 767d7e8 commit 486ceb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ authors = [
]
description = "Fitspy: a generic tool to fit spectra in python"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
keywords = ["Fitspy", "fit", "spectra", "spectrum", "map", "1D", "2D",
"decomposition", "Gaussian", "Lorentzian", "Pseudovoigt", "GUI"]
license = { text = "GPL v3" }
classifiers = [
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit 486ceb6

Please sign in to comment.