We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d314c0 commit 07fe4c6Copy full SHA for 07fe4c6
pyproject.toml
@@ -8,15 +8,14 @@ dynamic = ["version"]
8
description = "File-system specification"
9
readme = "README.md"
10
license = { file = "LICENSE" }
11
-requires-python = ">=3.8"
+requires-python = ">=3.9"
12
maintainers = [{ name = "Martin Durant", email = "[email protected]" }]
13
keywords = ["file"]
14
classifiers = [
15
"Development Status :: 4 - Beta",
16
"Intended Audience :: Developers",
17
"License :: OSI Approved :: BSD License",
18
"Operating System :: OS Independent",
19
- "Programming Language :: Python :: 3.8",
20
"Programming Language :: Python :: 3.9",
21
"Programming Language :: Python :: 3.10",
22
"Programming Language :: Python :: 3.11",
0 commit comments