Skip to content

Commit

Permalink
Merge pull request #23 from afuetterer/python-versions
Browse files Browse the repository at this point in the history
build: drop support for python <= 3.8
  • Loading branch information
hsluytergaethje authored Jan 8, 2024
2 parents f096c03 + f317d3b commit e58143e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors = [
{ name = "Eduard Grigoriev", email = "[email protected]" },
{ name = "Henny Sluyter-Gäthje", email = "[email protected]" },
]
requires-python = ">=3.6"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand All @@ -26,10 +26,11 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Education",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit e58143e

Please sign in to comment.