Skip to content

Commit

Permalink
Add support for python 3.12 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Aug 9, 2024
1 parent c4a12a1 commit 665b8be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
other_names: |
lint
py39-integration
py312-integration
py39-sanity
py312-sanity
platforms: linux,macos
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ aiohttp
aiokafka
azure-servicebus
dpath
kafka-python
# https://github.com/dpkp/kafka-python/issues/2412#issuecomment-2030459360
kafka-python; python_version < "3.12"
kafka-python-ng; python_version >= "3.12"
psycopg[binary,pool] # extras needed to avoid install failure on macos-aarch64
systemd-python; sys_platform != 'darwin'
watchdog
Expand Down

0 comments on commit 665b8be

Please sign in to comment.