We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63db01c commit 75a3931Copy full SHA for 75a3931
1 file changed
src/nginx/setup.py
@@ -29,6 +29,13 @@
29
'Programming Language :: Python :: 3.6',
30
'Programming Language :: Python :: 3.7',
31
'Programming Language :: Python :: 3.8',
32
+ 'Programming Language :: Python :: 3.9',
33
+ 'Programming Language :: Python :: 3.10',
34
+ 'Programming Language :: Python :: 3.11',
35
+ 'Programming Language :: Python :: 3.12',
36
+ 'Programming Language :: Python :: 3.13',
37
+ 'Programming Language :: Python :: 3.14',
38
+ 'Programming Language :: Python :: 3.15',
39
'License :: OSI Approved :: MIT License',
40
]
41
0 commit comments