Skip to content

Commit

Permalink
[ci] Update python action
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Jan 20, 2025
1 parent de126b0 commit 1fc4250
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
include:
- python-version: 3.6
- python-version: "3.6"
os: ubuntu-20.04
include:
- python-version: "3.7"
os: ubuntu-20.04
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 1fc4250

Please sign in to comment.