Skip to content

Commit 074dbba

Browse files
authored
Drop Python 3.8 support, add 3.13
1 parent c0114f8 commit 074dbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"License :: OSI Approved :: MIT License",
3333
"Operating System :: OS Independent",
3434
"Programming Language :: Python :: 3",
35-
"Programming Language :: Python :: 3.8",
3635
"Programming Language :: Python :: 3.9",
3736
"Programming Language :: Python :: 3.10",
3837
"Programming Language :: Python :: 3.11",
3938
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
4040
"Topic :: Desktop Environment :: Window Managers",
4141
"Topic :: Software Development :: Quality Assurance",
4242
"Topic :: Software Development :: Testing",

0 commit comments

Comments
 (0)