We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd5778 commit e98fc22Copy full SHA for e98fc22
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
11
strategy:
12
matrix:
13
- os: [ 'ubuntu-20.04', 'windows-2019', 'macos-10.15' ]
+ os: [ 'ubuntu-20.04', 'windows-2019', 'macos-12' ]
14
python-version: [ '3.8', '3.9', '3.10' ]
15
poetry-version: [ '1.1' ]
16
runs-on: ${{ matrix.os }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sigma-cli"
3
-version = "0.4.7"
+version = "0.4.8"
4
description = "Sigma Command Line Interface (conversion, check etc.) based on pySigma"
5
authors = ["Thomas Patzke <thomas@patzke.org>"]
6
license = "LGPL-2.1-or-later"
0 commit comments