Skip to content

Commit f7eec5a

Browse files
authored
Merge pull request #13 from malinkinsa/py3.11
Updating PyPi package
2 parents 8054a37 + 76a3d0b commit f7eec5a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
![PyPI - Downloads](https://img.shields.io/pypi/dm/asyncgelf)
55
![PyPI](https://img.shields.io/pypi/v/asyncgelf)
66

7+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asyncgelf)
8+
79
Async python logging handlers that send messages in the Graylog Extended Log Format (GELF).
810

911
- [AsyncGELF](#asyncgelf)

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='asyncgelf',
5-
version='1.0.2',
5+
version='1.0.3',
66
author='Sergey Malinkin',
77
author_email='[email protected]',
88
url='https://github.com/malinkinsa/asyncgelf',
@@ -13,13 +13,15 @@
1313
license='MIT',
1414
keywords='gelf logging graylog graylog2 tcp udp http',
1515
classifiers=[
16+
'Development Status :: 5 - Production/Stable',
1617
'Intended Audience :: Developers',
1718
'License :: OSI Approved :: MIT License',
1819
'Operating System :: OS Independent',
1920
'Programming Language :: Python :: 3.7',
2021
'Programming Language :: Python :: 3.8',
2122
'Programming Language :: Python :: 3.9',
2223
'Programming Language :: Python :: 3.10',
24+
'Programming Language :: Python :: 3.11',
2325
'Topic :: Software Development :: Libraries :: Python Modules',
2426
'Topic :: System :: Logging',
2527
],

0 commit comments

Comments
 (0)