Skip to content

Commit

Permalink
Merge branch 'main' into file_contents
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanoor authored Nov 22, 2024
2 parents 3586680 + 89524b7 commit 3a51601
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12

[options]
zip_safe = False
Expand Down
3 changes: 2 additions & 1 deletion tests/e2e/files/rulebooks/test_hot_reload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- generic:
payload:
- action: "value_a"
shutdown_after: 2
rules:
- name: Matching for value_a
condition: event.action == "value_a"
Expand All @@ -15,4 +16,4 @@
condition: event.action == "value_b"
action:
debug:
msg: "Rule 2: I have now matched for value_b"
msg: "Rule 2: I have now matched for value_b"
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
envlist = flake8,py39,py310,py311
envlist = flake8,py39,py310,py311,py312
isolated_build = True

[travis]
python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit 3a51601

Please sign in to comment.