Skip to content

Commit 75a3931

Browse files
committed
Update supported python versions
1 parent 63db01c commit 75a3931

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/nginx/setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
'Programming Language :: Python :: 3.6',
3030
'Programming Language :: Python :: 3.7',
3131
'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',
3239
'License :: OSI Approved :: MIT License',
3340
]
3441

0 commit comments

Comments
 (0)