Skip to content

Commit 1a7288b

Browse files
committed
Drop support for python 3.6 and 3.7
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent ab7a6bc commit 1a7288b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ classifiers =
1616
Intended Audience :: Developers
1717
Programming Language :: Python :: 3
1818
Programming Language :: Python :: 3 :: Only
19-
Programming Language :: Python :: 3.6
20-
Programming Language :: Python :: 3.7
2119
Programming Language :: Python :: 3.8
2220
Programming Language :: Python :: 3.9
2321
Programming Language :: Python :: 3.10
22+
Programming Language :: Python :: 3.11
23+
Programming Language :: Python :: 3.12
2424
Topic :: Software Development
2525
Topic :: Utilities
2626

0 commit comments

Comments
 (0)