Skip to content

Commit

Permalink
CI: Bump tested Python to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jan 4, 2024
1 parent afc44c6 commit a763998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
python-version:
description: 'Python version'
required: true
default: '3.10'
default: '3.12'
runs:
using: "composite"
steps:
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.9 ]
python-version: [ 3.9, 3.12 ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
Expand All @@ -47,13 +47,9 @@ jobs:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
python-version: [ 3.9 ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
with:
python-version: ${{ matrix.python-version }}

- run: pip install -U --pre -e .[dev] pyqt6 pyside6
- run: coverage run -m efck.tests -v
Expand All @@ -68,13 +64,9 @@ jobs:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
python-version: [ 3.9 ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
with:
python-version: ${{ matrix.python-version }}

- run: pip install --pre -e .[dev] pyqt6 pyside6
- run: .github/scripts/prepare-macos-runner.sh
Expand Down

0 comments on commit a763998

Please sign in to comment.