Skip to content

Commit afff5ed

Browse files
List 3.9.x as a supported version, drop 3.7.x
since 3.7 has been out of support for a while. Closes #172
1 parent 707eb2a commit afff5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PROJECT_DESCRIPTION = RabbitMQ Delayed Message Exchange
33
PROJECT_MOD = rabbit_delayed_message_app
44

55
define PROJECT_APP_EXTRA_KEYS
6-
{broker_version_requirements, ["3.7.0", "3.8.0"]}
6+
{broker_version_requirements, ["3.8.0", "3.9.0"]}
77
endef
88

99
DEPS = rabbit_common rabbit

0 commit comments

Comments
 (0)