Skip to content

Commit ded5b1f

Browse files
authored
Merge pull request #43 from ulgens/sync_trove_classifiers
Sync trove classifiers (Python versions) to tested versions
2 parents 66ae9e3 + ac696ce commit ded5b1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919
"Operating System :: OS Independent",
2020
"Programming Language :: Python",
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.6",
23-
"Programming Language :: Python :: 3.7",
2422
"Programming Language :: Python :: 3.8",
2523
"Programming Language :: Python :: 3.9",
24+
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2627
]
2728

2829

0 commit comments

Comments
 (0)