diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0bedfcc..bd19e38 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -3,7 +3,7 @@ name: Checks on: push: branches: - - master + - main pull_request: jobs: @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ "windows-2019", "ubuntu-latest" ] - python-version: ["3.9", "3.10"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 - uses: psf/black@stable diff --git a/.github/workflows/sim-sanity-test.yml b/.github/workflows/sim-sanity-test.yml index 8f5da7a..9fcdfa9 100644 --- a/.github/workflows/sim-sanity-test.yml +++ b/.github/workflows/sim-sanity-test.yml @@ -3,7 +3,7 @@ name: Simulator Sanity Test on: push: branches: - - master + - main pull_request: jobs: @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}