Skip to content

Commit ffadc79

Browse files
authored
chore: Drop Python 3.7 support (#240)
1 parent bef422c commit ffadc79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
classifiers=[
2121
"License :: OSI Approved :: BSD License",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.7",
2423
"Programming Language :: Python :: 3.8",
2524
"Programming Language :: Python :: 3.9",
25+
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
2628
],
2729
)

0 commit comments

Comments
 (0)