Skip to content

Commit f3372e8

Browse files
committed
pyproject: Bump minimum python to 3.9
1 parent cda678a commit f3372e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "g"
33
version = "0.0.6"
44
description = "cli command to easily sync current directory"
5-
requires-python = ">=3.8,<4.0"
5+
requires-python = ">=3.9,<4.0"
66
authors = [
77
{name = "Tony Narlock", email = "[email protected]"}
88
]
@@ -16,7 +16,6 @@ classifiers = [
1616
"Operating System :: MacOS :: MacOS X",
1717
"Programming Language :: Python",
1818
"Programming Language :: Python :: 3",
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)