Skip to content

Commit

Permalink
Merge pull request #56 from SigmaHQ/pysigma-0.11.17-support
Browse files Browse the repository at this point in the history
Updates to Python 3.9 (Python 3.8 EOL)
  • Loading branch information
thomaspatzke authored Dec 30, 2024
2 parents 90dabf8 + 35022dc commit d424005
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 323 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Test
on:
push:
branches: [ "*" ]
branches: ["*"]
pull_request:
branches: [ "*" ]
branches: ["*"]
workflow_dispatch:

jobs:
test:
strategy:
matrix:
os: [ 'ubuntu-20.04', 'windows-2019', 'macos-12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
os: ["ubuntu-20.04", "windows-2019", "macos-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit d424005

Please sign in to comment.