We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0110d commit f353523Copy full SHA for f353523
setup.py
@@ -22,8 +22,6 @@
22
"Operating System :: POSIX",
23
"Programming Language :: C",
24
"Programming Language :: Python",
25
- "Programming Language :: Python :: 2",
26
- "Programming Language :: Python :: 2.7",
27
"Programming Language :: Python :: 3",
28
"Programming Language :: Python :: 3.6",
29
"Programming Language :: Python :: 3.7",
@@ -32,6 +30,7 @@
32
30
"Programming Language :: Python :: 3.10",
33
31
"Programming Language :: Python :: 3.11",
34
"Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
35
"Topic :: System :: Filesystems" ]
36
37
# write default fuse.pc path into environment if PKG_CONFIG_PATH is unset
0 commit comments