diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 873e11d..1368150 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: build-and-publish: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest environment: release permissions: id-token: write diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b56a19..a382d89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest", "windows-latest", "macos-latest"] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index f0c8248..f2ca0a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,12 +7,13 @@ license = "LGPL-2.1-or-later" readme = "README.md" repository = "https://github.com/SigmaHQ/sigma-cli" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Security" ] packages = [