feat: add classifier for python 3.13 (#1393) · python-zeroconf/python-zeroconf@7fb2bb2

Original file line numberDiff line numberDiff line change

@@ -21,6 +21,7 @@ classifiers=[

2121

'Programming Language :: Python :: 3.10',

2222

'Programming Language :: Python :: 3.11',

2323

'Programming Language :: Python :: 3.12',

24+

'Programming Language :: Python :: 3.13',

2425

'Programming Language :: Python :: Implementation :: CPython',

2526

'Programming Language :: Python :: Implementation :: PyPy',

2627

]