Skip to content

Commit

Permalink
pyproject.toml: Require python >= 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 16, 2024
1 parent bc0d728 commit c317945
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 @@ -16,11 +16,11 @@ authors = [
dependencies = [
"Cython",
]
requires-python = ">=3.6"
requires-python = ">=3.8"
readme = "README.md"
license = {text = "GPLv3"}
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 6 - Mature",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Cython",
Expand Down

0 comments on commit c317945

Please sign in to comment.