Skip to content

Commit

Permalink
[ci] test on more python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert committed Jan 16, 2025
1 parent 368c739 commit 3ba9332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-13]

steps:
Expand All @@ -46,7 +46,7 @@ jobs:
fetch-depth: 2
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Generate Report
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Setup build environment
run: |
python -m pip install --upgrade pip wheel setuptools
Expand Down

0 comments on commit 3ba9332

Please sign in to comment.