We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda678a commit f3372e8Copy full SHA for f3372e8
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "g"
3
version = "0.0.6"
4
description = "cli command to easily sync current directory"
5
-requires-python = ">=3.8,<4.0"
+requires-python = ">=3.9,<4.0"
6
authors = [
7
{name = "Tony Narlock", email = "[email protected]"}
8
]
@@ -16,7 +16,6 @@ classifiers = [
16
"Operating System :: MacOS :: MacOS X",
17
"Programming Language :: Python",
18
"Programming Language :: Python :: 3",
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