Skip to content

Commit 07fe4c6

Browse files
authored
Project metadata: Increase minimum Python version to say >=3.9 (#1817)
1 parent 8d314c0 commit 07fe4c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ dynamic = ["version"]
88
description = "File-system specification"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
11-
requires-python = ">=3.8"
11+
requires-python = ">=3.9"
1212
maintainers = [{ name = "Martin Durant", email = "[email protected]" }]
1313
keywords = ["file"]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Developers",
1717
"License :: OSI Approved :: BSD License",
1818
"Operating System :: OS Independent",
19-
"Programming Language :: Python :: 3.8",
2019
"Programming Language :: Python :: 3.9",
2120
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)