Skip to content

Commit

Permalink
feat: added support for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-be authored and cybergrind committed Apr 18, 2024
1 parent 5a56608 commit c44bda0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiozk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.30.0'
__version__ = '0.30.1'
version_info = __version__.split('.')

from .client import ZKClient # noqa
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
#envlist = py{38,39}-django{22,31} #,mypy
envlist = py3.10,py3.9
envlist = py3.11,py3.10,py3.9

[docker:zk]
image = zookeeper
Expand Down

0 comments on commit c44bda0

Please sign in to comment.