Skip to content

Commit

Permalink
Bump the pika version to 1.3.2 on py3 (#16020)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Oct 16, 2023
1 parent be060cd commit 5543e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rabbitmq/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[envs.default]
dependencies = [
"pika==0.13.0",
"pika==0.13.0; python_version < '3.0'",
"pika==1.3.2; python_version > '3.0'",
]

# Rabbitmq versions <3.8 must be tested on both PY2 and PY3. All these versions use RabbitMQ's management plugin as the source for data.
Expand Down

0 comments on commit 5543e0b

Please sign in to comment.