Skip to content

Commit aee29c0

Browse files
committed
Chaging which python version is supported
Signed-off-by: Etienne Kemp-Rousseau <etienne.kr@hotmail.com>
1 parent 1d6c076 commit aee29c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,8 @@
7878
"Operating System :: OS Independent",
7979
"Programming Language :: Python",
8080
"Programming Language :: Python :: 3",
81-
"Programming Language :: Python :: 3.6",
82-
"Programming Language :: Python :: 3.7",
83-
"Programming Language :: Python :: 3.8",
84-
"Programming Language :: Python :: 3.9",
8581
"Programming Language :: Python :: 3.10",
8682
"Programming Language :: Python :: 3.11",
83+
"Programming Language :: Python :: 3.12",
8784
],
8885
)

0 commit comments

Comments
 (0)