Skip to content

Commit

Permalink
Activate GHA tests for newer Python versions; update GHA to newer ubu…
Browse files Browse the repository at this point in the history
…ntu runner
  • Loading branch information
ktbyers committed Jun 25, 2024
1 parent ac0fcbe commit 4c04f37
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
linters:
name: linters
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -52,9 +52,8 @@ jobs:
shell: bash
strategy:
matrix:
# python-version: [ '3.8', '3.9', '3.10', '3.11', "3.12", "3.13.0-beta.2" ]
python-version: [ '3.8', '3.9', '3.10', '3.11']
platform: [ubuntu-20.04]
python-version: [ '3.8', '3.9', '3.10', '3.11', "3.12", "3.13.0-beta.2" ]
platform: [ubuntu-24.04]

runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -100,7 +99,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.11']
platform: [ubuntu-20.04]
platform: [ubuntu-24.04]

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 4c04f37

Please sign in to comment.