Skip to content

Commit c317945

Browse files
author
Matthias Koeppe
committed
pyproject.toml: Require python >= 3.8
1 parent bc0d728 commit c317945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ authors = [
1616
dependencies = [
1717
"Cython",
1818
]
19-
requires-python = ">=3.6"
19+
requires-python = ">=3.8"
2020
readme = "README.md"
2121
license = {text = "GPLv3"}
2222
classifiers = [
23-
"Development Status :: 2 - Pre-Alpha",
23+
"Development Status :: 6 - Mature",
2424
"Intended Audience :: Science/Research",
2525
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
2626
"Programming Language :: Cython",

0 commit comments

Comments
 (0)