Skip to content

Commit

Permalink
build: pipeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 9, 2024
1 parent 8e6dc59 commit 4e0f05e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ['3.11'] # '3.12.0-beta.4'
python_version: ['3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
Expand All @@ -20,6 +20,8 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
- name: Install uv
uses: yezz123/setup-uv@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4e0f05e

Please sign in to comment.