Skip to content

Commit 3dd2d6f

Browse files
authored
Merge pull request #2475 from etiennnr/master
Changing which python version is "officially" supported
2 parents 9ed06a0 + 17978f9 commit 3dd2d6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@
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",
8381
"Programming Language :: Python :: 3.8",
8482
"Programming Language :: Python :: 3.9",
8583
"Programming Language :: Python :: 3.10",
8684
"Programming Language :: Python :: 3.11",
85+
"Programming Language :: Python :: 3.12",
8786
],
8887
)

0 commit comments

Comments
 (0)